Data Structure and Algorithms play a vital role in solving problems and is very crucial thing in a software field as even in real world scenario as well. We have listed a few roadmaps with their links. We will be going to make a repository for solutions of the these roadmap.
1- Beginners
> This folder is for beginners , want to add any question/ solution. Fork the repo and make a PR for it.
> This is a curated list of questions of every topic in DSA from basic to advanced from reputed websites.
> A curated study plan to practice DSA concepts.
1- Fork the repository.
2- Follow the folder structure.
3- Add a minimum of 3 questions with solutions for the PR to be accepted.
eg- If you want to contribute questions of Data Structure -1 from leetcode study plan. Follow the folder and inside array folder make a new folder with the same name as question with two files.
1- readme file in which you copy question
2- Solution file with extension (.cpp, .py, .c etc)
[dsa-roadmaps] ->
[Leetcode Study Plan] ->
[Data Structures] ->
[Data Structure-1] ->
[Contains Duplicate] -> 1 - readme.md
2- solution.cpp
4- After adding 3 questions make a PR to this parent repo.
5- If all the conditions will be verified your PR will get accepted.
- Know about a roadmap that's not covered here, let us know! Open an issue
- Solved a question? Send us your solution and we'd love to showcase it. How to make a pull request