/dsa-roadmaps

DSA roadmaps and their solutions

Primary LanguageC++

Welcome to VITSPOT 2021


DSA Roadmaps and practice

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.

> 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.

Add minimum of 3 Questions with solutions for PR to get accepted

Make a PR to be a part of this community.

Steps to Contribute:

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.

Give a Star if you love contributing.

HAPPY CONTRIBUTING !!!

MORE

  1. Know about a roadmap that's not covered here, let us know! Open an issue
  2. Solved a question? Send us your solution and we'd love to showcase it. How to make a pull request