Skip to content

aghosh5/Cracking_The_Coding_Interview

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

16 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Cracking The Coding Interview

This is an Open Source DSA Preparation Study Resource Respository.

You're always welcome to contribute and use this Resources.

How to contribute?

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

Contributors

๐Ÿš€ About Me

I'm a 2nd Year undergrad CSE Student. I'm an Android Developer. I like helping people and wanted to learn together.

๐Ÿ”— Links

Behance linkedin twitter LeetCode Instagram

About

This is an Open-Source DSA Study Materials for Placement. Language we used here is Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 100.0%