Don't forget to give a ⭐ if you like this repo.
Get your own Fork/copy of The-SDE-Prep Fork Link
You need to clone (download) it to local machine using
git clone https://github.com/<your-github-username>/The-SDE-Prep
# This will change directory to a folder The-SDE-Prep
$ cd The-SDE-Prep
git checkout -b <your_branch_name>
git add -A
git commit -m "<your_commit_message>"
git push origin <branch_name>
Click on compare and pull requests
. Please ensure you compare your feature branch to the desired branch of the repo you are suppose to make a PR to.
Once your PR has been reviewed and approved, the project maintainer will merge it and your PR will be closed.
- Data Structures with C by Schaum Series
- Object Oriented Programming with C++ by E Balaguruswamy
- Data Structures and Algorithms in Python by Tamassia
Happy Coding 👨💻