A collection of all popular Data Structure and Algorithm. You can contribute by adding new Data Structures and Algorithms.
-
Fork this repository to your own account by clicking the Fork button.
-
Access your new fork on your account in the repositories and clone it:
-
Cloning process can be carried out by the following methods ->
- Click on Clone or download button on forked repo and download zip
- Open terminal/Git bash and use
https:git clone https://github.com/arghac14/DataStructure-and-Algorithms.git
ssh:git@github.com:YourUserName/DataStructure-and-Algorithms.git
-
Add new Data Structure and Algorithms that don't already exist in the original repo.
-
Push the changes and make a PR!