Jump to content
Jimin Park

Any key-value data structure we can use?

Recommended Posts

Is there a way to store key-value pair and retrieve them by key? How do I achieve this without using the given Array? 

These data structures are commonly referred to as Dictionary (C#) or HashMap (Java).

Share this post


Link to post
Share on other sites

Hello :) there really isn't anything like dictionary yet, but you can use multidimensional array, where the main array will serve as key values, and under each key you can have multiple values. :)

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×