This is an Open Source DSA Preparation Study Resource Respository.
You're always welcome to contribute and use this Resources.
Install Git in your system to contribute.
- Fork this Repo
- copy the link of forked repo and open git bash in any directory
- type
git clone <Repo Link Here>
To create branch (Preferred)
- type
cd Cracking_The_Coding_Interview
- type
git checkout -b <New Branch Name>
That's it. Make some changes and come back again to that directory to commit and push!
To commit and Push:
- type
git add .
- type
git commit -m "Your Commit Message Here"
- type
git push origin <Branch name that your created>
Then goto Github to the main Repository (Not forked) and create Pull Request!
That's it. You did it!
Once you push some changes, after merging the Pull Request, you'll get your name updated in the Readme file :D
I'm a 2nd Year undergrad CSE Student and an Android Developer. I like helping people and wanted to learn together.