TheAlgorithms / Scala

All Algorithms implemented in Scala
MIT License
1.06k stars 382 forks source link

Data Structures #60

Open AndySakov opened 3 years ago

AndySakov commented 3 years ago

I want to add some common data structures

eraviral34 commented 3 years ago

which sort of data-structure you want to add. How can I help in that?

vdnhi commented 3 years ago

Please list all things you want to add as a list, then we can keep track of the progress. Maybe we can keep this issue permanent.

AndySakov commented 3 years ago

alright

AndySakov commented 3 years ago

Graph algorithms like Djisktra's and Bellman Ford's Advanced searching like Binary search etc... Basically the algos mentioned in the Introduction to Algorithm's Third Edition book

DarshBavishi commented 3 years ago

I would like to add some data structures . I would be working in C++. Kindly assign this issue to me