Skip to content

Collection of Data structures and Algorithms

Notifications You must be signed in to change notification settings

gaonkarsahil/Data-Structures

 
 

Repository files navigation

Data-Structures

Collection of data structures and their implementation in c++ and c

Getting Started

Fork this repository and clone on your local machine

git clone https://github.com/<your-username>/Data-Structures.git

Create a branch

git checkout -b branch_name

Make your changes

  • Add any new problem and its solution
  • Refer Contributing.md for more details

Commit and push

git add .
git commit -m "your_message"
git push origin branch_name

Create a new pull request from your forked repository
Wait for your PR review and merge approval!
🎉🎉

About

Collection of Data structures and Algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 61.5%
  • Java 25.0%
  • C 13.5%