varunvjha / DataStructureImplementations

This Repository has been created for implementing Data Structures on our own without using Collections Framework in Java or similarly STL in C++
MIT License
2 stars 9 forks source link

Add your own Implementations of Data Structures without using pre-existing classes/libraries #1

Open varunvjha opened 4 years ago

varunvjha commented 4 years ago

The use of Standard Template Libraries in C++ or the Collections Frameworks in Java is not encouraged.

Nkosana-263 commented 4 years ago

Which languages are supported?

varunvjha commented 4 years ago

@Nkosana-263 Java or C++ is preferred

animesh288 commented 4 years ago

i would like to work on this

Harsh-Udai commented 4 years ago

Hey, @Nkosana-263 , can you assign this to me, i would like to add complete stack implementation.

varunvjha commented 4 years ago

@HarshUdai @animesh288 You both can individually work on this and make PRs.

animesh288 commented 4 years ago

@varunvjha is it a valid pr for hacktober fest?

varunvjha commented 4 years ago

@varunvjha is it a valid pr for hacktober fest?

You can check out the Hacktoberfest page, if it doesn't violate their rules, then it's a valid PR I guess.

Amandixit10 commented 3 years ago

Hey ! I have gone through the issue, and find it an interesting one to contribute. I have created the implementation of hashmap using hash table. please review it. by mistake i have created a PR before the issue got assign to me , please assign me for java.