All Projects → vitspot → dsa-roadmaps

vitspot / dsa-roadmaps

Licence: other
DSA roadmaps and their solutions

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
java
68154 projects - #9 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to dsa-roadmaps

cli
LeetCode CLI
Stars: ✭ 77 (+285%)
Mutual labels:  leetcode
code-exercise
Personal algorithm practice
Stars: ✭ 32 (+60%)
Mutual labels:  leetcode
data-structures-algorithms-interviews
👨‍💻 Repo contains my solutions to coding interview problems on various platforms. Will later convert into a React based web app for personal revision.
Stars: ✭ 16 (-20%)
Mutual labels:  leetcode
CP-Badges
Support for Competitive Coding badges to add in Github readme or portfolio websites.
Stars: ✭ 78 (+290%)
Mutual labels:  leetcode
Leetcode-solutions
Leetcode Grinder.
Stars: ✭ 14 (-30%)
Mutual labels:  leetcode
Competitive-programing
This repository is for encouraging people in competitive programming. And making PR's on a regular basis. Through this repo, Geeks can find solutions for various programming problems and also give your code to increase the repo.
Stars: ✭ 20 (+0%)
Mutual labels:  leetcode
LeetCode problems solution
Solutions to all problems of Leetcode online judge written in C++ and Java
Stars: ✭ 88 (+340%)
Mutual labels:  leetcode
LeetCode-Solution-Well-Explained
My LeetCode solutions using Java. Sorted in different topics and add detailed comments for easy understanding.
Stars: ✭ 23 (+15%)
Mutual labels:  leetcode
LeetCode
leetcode problems solution with C#
Stars: ✭ 64 (+220%)
Mutual labels:  leetcode
algorithm
acwing, leetcode, kickstart, 算法模板, PAT 等等
Stars: ✭ 162 (+710%)
Mutual labels:  leetcode
Coding-Questions
Some coding problems with solutions
Stars: ✭ 13 (-35%)
Mutual labels:  leetcode
91-days-algorithm
91天学算法-Leetcode图解题解集合(JavaScript/C++/Python) Solutions and Explainations with Hand Drawings in Chinese(JavaScript/C++/Python)
Stars: ✭ 206 (+930%)
Mutual labels:  leetcode
leetcode-js
LeetCode JavaScript solutions
Stars: ✭ 16 (-20%)
Mutual labels:  leetcode
Leetcode-Solution-All
1000篇通俗易懂且高质量的 LeetCode 解析,动画题解,套路分析,模板分享
Stars: ✭ 73 (+265%)
Mutual labels:  leetcode
coding-for-food
Coding for food
Stars: ✭ 19 (-5%)
Mutual labels:  leetcode
crack-the-code
🔑 Algorithmic solutions in Java for various problems from Cracking the Coding Interview, GeeksForGeeks
Stars: ✭ 19 (-5%)
Mutual labels:  leetcode
Leetcoding-Challenge
This repository contains Leetcode Challenge Submissions.
Stars: ✭ 26 (+30%)
Mutual labels:  leetcode
LearnCPP
Learn Cpp from Beginner to Advanced ✅ Practice 🎯 Code 💻 Repeat 🔁 One step solution for c++ beginners and cp enthusiasts.
Stars: ✭ 359 (+1695%)
Mutual labels:  leetcode
js-algorithm
A personal algorithm problems collection about Data Structures and Leetcode questions. It contains all Q&A on labuladong website.个人Javascript, Typescript版 数据结构与算法的训练集.它包括了Js数据结构,剑指Offer的全部题目,以及labuladong网站的所有算法题和总结,配合labuladong网站内容练习食用效果更佳。持续更新中...
Stars: ✭ 26 (+30%)
Mutual labels:  leetcode
FAANG-Coding-Interview-Questions
A curated List of Coding Questions Asked in FAANG Interviews
Stars: ✭ 1,195 (+5875%)
Mutual labels:  leetcode

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.

1- Beginners

> This folder is for beginners , want to add any question/ solution. Fork the repo and make a PR for it.

2- Love Babbar DSA Cracker 450 ques

> This is a curated list of questions of every topic in DSA from basic to advanced from reputed websites.

3- LeetCode Study Plan

> 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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].