Skip to content

Kaushlendra-Kumar/DSA-CPP-2

 
 

Repository files navigation

Data structures and algorithms in C++

This repo contains all the DSA topics from beginner to advance. This is still in the development stage and you may find some folders empty, but we are constantly updating the repo.


Please star 🌟 the repo if you like it. 🔥

CONTRIBUTING

Want to contribute, that's great follow the steps below:-

  • Fork the repo
  • Clone the repo to local,

$ git clone https://github.com/aniketnegii/DSA-CPP.git

  • Create a new branch,

$ git branch branch_name

  • Enter the folder you want to add a file or edit a file,

$ cd folder_name
Make changes,

  • Push the code to your branch

$ git push

  • Create a pull request.

Note

"Kindly push the code file only, i.e, the (.cpp) file don't push the .obj or .exe file."
Use camelCase notation to name the files.


CONTRIBUTORS

Feel free to contribute.

Made with contributors-img.

About

This is a beginner-friendly DSA repo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.0%
  • C 1.0%