Skip to content

A collections of many CP-based or DSA-based Questions that is stored various algorithms and datastructures to increase coding aptitutde. Anybody with a knack for coding can feel free to add more solutions and questions in the respective folders

Notifications You must be signed in to change notification settings

Shaviaditya/DataStructures-Algorithms

Repository files navigation

Data Structures Algorithms & Competitive Programming questions

This repo is open for all. Add your favourite DSA &competitive programming questions along with the solution.

Guidelines

  • Create a folder with the question name is adding to the CP-Programming Folder.
  • To contribute to a DSA based topic add Question as comment above the solution File
  • Or you may also add a .txt file with the problem statement and a solution file which contains the solution of the given problem.

Folder Structure

├── Array
|    ├── Question/Problem name       
|    |         ├── Question.yourLanguageExt
  • Try to maintain 👆above folder structure.
  • If your question/Problem folder doesn't lie in the above once fill free to create

Getting Started

  • Fork this repo (button on top)
  • Star this repo (button on top)
  • Clone on your local machine
git clone https://github.com/Shaviaditya/DataStructures-Algorithms.git
  • Create a new folder with the question name.
  • Add your question and solution file in that folder.
  • Commit and push
git add .
git commit -m 'Added question-name'
git push origin master
  • Create a new pull request from your forked repository
  • Your PR gets merged!
  • Now you can also help others do the same.

Happy Coding! :)

About

A collections of many CP-based or DSA-based Questions that is stored various algorithms and datastructures to increase coding aptitutde. Anybody with a knack for coding can feel free to add more solutions and questions in the respective folders

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 27