All Projects → Shaviaditya → DataStructures-Algorithms

Shaviaditya / DataStructures-Algorithms

Licence: other
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

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
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to DataStructures-Algorithms

HacktoberFest21
A beginner friendly repository for HacktoberFest 2021
Stars: ✭ 45 (+200%)
Mutual labels:  beginner-friendly, good-first-issue, hacktoberfest-accepted
Web-Development
Created this new Repository for Open Source Contribution for Beginners
Stars: ✭ 25 (+66.67%)
Mutual labels:  beginner-friendly, good-first-issue, hacktoberfest-accepted
learning-code-through-github-repos
This is a collection of GitHub repositories that you can use in your coding journey.
Stars: ✭ 82 (+446.67%)
Mutual labels:  beginner-friendly, good-first-issue, hacktoberfest-accepted
FreeCodeCamp-Projects
This repo is for coders who are looking to contribute & participate in Hacktoberfest. Please do star the repo if y'all liked it!
Stars: ✭ 30 (+100%)
Mutual labels:  beginner-friendly, algorithms-and-data-structures, hacktoberfest-accepted
learning-computer-science
Learning data structures, algorithms, machine learning and various computer science constructs by programming practice from resources around the web.
Stars: ✭ 28 (+86.67%)
Mutual labels:  computer-science, competitive-programming
Interview materials
A curated list of all essential job interview preparation materials.
Stars: ✭ 27 (+80%)
Mutual labels:  computer-science, algorithms-and-data-structures
List-of-Learning-Resources
This collection provides a list of educational resources for Software Engineers. Feel free to add your favorite resources as well and help others in their journey of learning.
Stars: ✭ 363 (+2320%)
Mutual labels:  computer-science, competitive-programming
Algowiki
Repository which contains links and resources on different topics of Computer Science.
Stars: ✭ 3,886 (+25806.67%)
Mutual labels:  computer-science, competitive-programming
python-data-structures-and-algorithms
No description or website provided.
Stars: ✭ 57 (+280%)
Mutual labels:  computer-science, algorithms-and-data-structures
awesome-computer-science
Some of the awesome resources in Computer Science.
Stars: ✭ 18 (+20%)
Mutual labels:  computer-science, competitive-programming
Judge Server
Judging backend server for the DMOJ online judge.
Stars: ✭ 648 (+4220%)
Mutual labels:  computer-science, competitive-programming
CC33Z
Curso de Ciência da Computação
Stars: ✭ 50 (+233.33%)
Mutual labels:  computer-science, algorithms-and-data-structures
Harris-Hawks-Optimization-Algorithm-and-Applications
Source codes for HHO paper: Harris hawks optimization: Algorithm and applications: https://www.sciencedirect.com/science/article/pii/S0167739X18313530. In this paper, a novel population-based, nature-inspired optimization paradigm is proposed, which is called Harris Hawks Optimizer (HHO).
Stars: ✭ 31 (+106.67%)
Mutual labels:  computer-science, algorithms-and-data-structures
intro-to-java-programming
Solutions to Introduction to Java Programming by Y. Daniel Liang. 10th Edition
Stars: ✭ 91 (+506.67%)
Mutual labels:  computer-science, algorithms-and-data-structures
AlgorithmsAndDataStructure
Algorithms And DataStructure Implemented In Python, Java & CPP, Give a Star 🌟If it helps you
Stars: ✭ 724 (+4726.67%)
Mutual labels:  computer-science, algorithms-and-data-structures
Algorithms
My Algorithms and Data Structures studies. https://leandrotk.github.io/series/algorithms-problem-solving
Stars: ✭ 275 (+1733.33%)
Mutual labels:  computer-science, competitive-programming
Huprog
A repo which includes the HUPROG'17(Hacettepe University Programming Contest)'s questions and the solutions of that questions.
Stars: ✭ 11 (-26.67%)
Mutual labels:  computer-science, competitive-programming
Competitive Programming Library
A library designed to improve your competitive programming performance.
Stars: ✭ 26 (+73.33%)
Mutual labels:  computer-science, competitive-programming
Problem Solving Training
Problem solving training for computer science students.
Stars: ✭ 210 (+1300%)
Mutual labels:  computer-science, competitive-programming
Open-Source-Enthusiast
Showcase Your Programming Skills here without hesitation
Stars: ✭ 102 (+580%)
Mutual labels:  beginner-friendly, hacktoberfest-accepted

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! :)

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