This repository was created to practice and brush up skills for students who want to gain knowledge of computer science.
- Data Structures
- Algorithms
- Problem Solving
each directory has further directories for different programming languages
- Fork this repository
- Goto your github account and browse to the repository you forked
- Clone this repository to your local machine by running the command
git clone <repository url>
- Now suppose you have implemented an algorithm in Java so to add this code go inside Algorithm folder then make a new folder named Java and put your code file there (Skip making new folder if already exists)
- Now Commit and Push the code.
- Goto your GitHub account and make a pull request
- That's it.