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
hacktoberfest hacktoberfest-accepted hacktoberfest2020

DataStructure Implementations

This Repository has been created for implementing Data Structures on our own without using Collections Framework in Java, Python Libraries or similarly STL in C++.

So lets get started....

How to use it?

✏ Fork the repository

✏ Clone the repository.

~ $ git clone https://github.com/varunvjha/DataStructureImplementations.git

✏ Create a folder where you want to store the repo on your desktop.

✏ Now you can implement data structure by opening in your favourite text editor.

✏ After making changes in your repo now you have to push it

✏ Add commit and push all your changes

~ $ git add --all
~ $ git commit -m "Initial commit"
~ $ git push -u origin master

And you are good to go 😎🎉🎉