MidhaShrey / DSA-CPP

This is a beginner-friendly DSA repo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


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 camel case notation to name the files.


CONTRIBUTORS

Feel free to contribute.

Made with contributors-img.

About

This is a beginner-friendly DSA repo.


Languages

Language:C++ 100.0%