dishanp / Data_Structures_And_Algorithms

A consolidated list of DSA problems from university coursework and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data Structures & Algorithms [C-and-C++]

Maintenance Ask Me Anything ! made-for-VSCode GitHub issuesGitHub starsGitHub forks GitHub last commit

A consolidated list of DSA problems from university coursework and more.

Questions implemented using C and C++. All Genuine PRs are welcomed! Read CONTRIBUTING.md to contribute to this repository.
Happy Coding! :)

Concepts



Steps To Contribute :

  1. Fork this repository
  2. Use your command line\terminal to clone the forked repo
    • git clone https://github.com/akashchouhan16/Data-structures-in-C-CPP.git
    • cd into the created local repository.
  3. Add your C/C++ code. Make sure it adheres to CONTRIBUTING.md.
  4. git add file_name
  5. git commit -m add_a_valid_comment
  6. git push the code to your forked repository.
  7. Create a pull request.


forthebadge badge

License

GNU GENERAL PUBLIC LICENSE

Maintainer : Akash Chouhan

About

A consolidated list of DSA problems from university coursework and more.

License:GNU General Public License v3.0


Languages

Language:C++ 55.8%Language:C 44.2%