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....
✏ 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 😎🎉🎉