All Projects → nikhilsourav → Data-Structures-and-Algorithms

nikhilsourav / Data-Structures-and-Algorithms

Licence: other
Fundamentals of Data structures and algorithms in C++

Programming Languages

C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to Data-Structures-and-Algorithms

Coding Interview University
A complete computer science study plan to become a software engineer.
Stars: ✭ 204,859 (+602426.47%)
Mutual labels:  data-structures
js-data-structures-and-algorithms
JavaScript implementations of common data structure and algorithm concepts.
Stars: ✭ 31 (-8.82%)
Mutual labels:  data-structures
Interview-Prep-DS-Algo
No description or website provided.
Stars: ✭ 14 (-58.82%)
Mutual labels:  data-structures
DSA
Write DSA Codes into it
Stars: ✭ 18 (-47.06%)
Mutual labels:  dsa-learning-series
OOP-In-CPlusPlus
An Awesome Repository On Object Oriented Programming In C++ Language. Ideal For Computer Science Undergraduates, This Repository Holds All The Resources Created And Used By Me - Code & Theory For One To Master Object Oriented Programming. Filled With Theory Slides, Number Of Programs, Concept-Clearing Projects And Beautifully Explained, Well Doc…
Stars: ✭ 27 (-20.59%)
Mutual labels:  data-structures
algorithm-study
草莓奶昔的算法学习笔记(typescript/python)
Stars: ✭ 29 (-14.71%)
Mutual labels:  data-structures
Fucking Algorithm
刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.
Stars: ✭ 99,705 (+293150%)
Mutual labels:  data-structures
Data-structures
Data Structures in Java
Stars: ✭ 13 (-61.76%)
Mutual labels:  data-structures
Daily-Coding-DS-ALGO-Practice
A open source project🚀 for bringing all interview💥💥 and competative📘 programming💥💥 question under one repo📐📐
Stars: ✭ 255 (+650%)
Mutual labels:  data-structures
swift-algorithms-data-structs
📒 Algorithms and Data Structures in Swift. The used approach attempts to fully utilize the Swift Standard Library and Protocol-Oriented paradigm.
Stars: ✭ 42 (+23.53%)
Mutual labels:  data-structures
pysdsl
Python bindings to Succinct Data Structure Library 2.0
Stars: ✭ 23 (-32.35%)
Mutual labels:  data-structures
baps-bgd.github.io
This repository is used to maintain the site of BAPS. Please read the README if you are willing to contribute.
Stars: ✭ 17 (-50%)
Mutual labels:  data-structures
landscape-of-programming
This repo aim to show you what to learn on the way to excellence.
Stars: ✭ 67 (+97.06%)
Mutual labels:  data-structures
CodingSimplified
One-Stop Destination for codes of all Data Structures & Algorithms
Stars: ✭ 20 (-41.18%)
Mutual labels:  dsa-learning-series
Python
Repositori untuk belajar pemrograman Python dalam bahasa Indonesia
Stars: ✭ 79 (+132.35%)
Mutual labels:  data-structures
Javascript Algorithms
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
Stars: ✭ 133,406 (+392270.59%)
Mutual labels:  data-structures
Java-Questions-and-Solutions
This repository aims to solve and create new problems from different spheres of coding. A path to help students to get access to solutions and discuss their doubts.
Stars: ✭ 34 (+0%)
Mutual labels:  data-structures
py-algorithms
Algorithms and Data Structures, solutions to common CS problems.
Stars: ✭ 26 (-23.53%)
Mutual labels:  data-structures
Data-Structures-and-Algorithms
Data Structures and Algorithms implementation in Python
Stars: ✭ 31 (-8.82%)
Mutual labels:  data-structures
DS Algo
A repository to maintain various data structures and algorithms
Stars: ✭ 23 (-32.35%)
Mutual labels:  data-structures

Data Structures & Algorithms


About the repository:

  • Contains theories and programming questions related to fundamentals of data structures and algorithms
  • Every topic is in sequence and has a separate folder.
  • Within each folder, there are various sub-folders with theory and questions related to that topic
  • All codes are written in C++ programming language

Want to contribute ?

  • If you found any typo / logical error / runtime error or you want to add another topic, feel free to create a pull request.

  • How to create a pull request ?

    • step 1:   Fork this repository
    • step 2:   Clone this to your local machine
    • step 3:   Make a new branch
    • step 4:   Make changes
    • step 5:   Push it back to your repo
    • step 6:   Click compare and pull request
    • step 7:   Click create pull request
  • Are there any rules ?

    • Nothing strict, just keep the indentation clean
    • Use comments wherever necessary
    • Follow folder and file structure
    • Use appropriate variable names

Folder structure example:


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