inf3cti0n95 / sidekik

Sidekik for all Data Structures and Algorithms you need.
https://sidekik.js.org
MIT License
4 stars 7 forks source link

feat: <Map, Vector and Dictionary> #27

Open karthik-vbala opened 5 years ago

karthik-vbala commented 5 years ago

<Map, Dictionary, Vector>

Description Map, Dictionary are similar to C++ map, Python Dictionary, and Java Hashmap. These are key value based pair data structures.

Describe the solution you'd like Methods to consider

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

Reference Implementations Add link to some credible implementations. Papers, University Notes etc.