All Projects β†’ kshitizsaini113 β†’ Data Structure And Algorithms

kshitizsaini113 / Data Structure And Algorithms

Licence: mit
A complete and efficient guide for Data Structure and Algorithms.

Programming Languages

c
50402 projects - #5 most used programming language
cpp
1120 projects

Projects that are alternatives of or similar to Data Structure And Algorithms

Algorithms And Data Structures In Java
Algorithms and Data Structures in Java
Stars: ✭ 498 (+937.5%)
Mutual labels:  algorithm, algorithms, data-structures, datastructures, hackerrank
Hackerrank
πŸ“— Solutions of more than 380 problems of Hackerrank accross several domains.
Stars: ✭ 128 (+166.67%)
Mutual labels:  algorithm, algorithms, data-structures, hackerrank
Go
Algorithms Implemented in GoLang
Stars: ✭ 7,385 (+15285.42%)
Mutual labels:  hacktoberfest, algorithms, data-structures, datastructures
Competitive Programming
πŸ“Œ πŸ“š Solution of competitive programming problems, code templates, Data Structures and Algorithms, hackathons, interviews and much more.
Stars: ✭ 496 (+933.33%)
Mutual labels:  algorithm, algorithms, datastructures, hackerrank
Algos
Popular Algorithms and Data Structures implemented in popular languages
Stars: ✭ 966 (+1912.5%)
Mutual labels:  hacktoberfest, algorithm, algorithms, data-structures
Dailycodebase
2 month data structures and algorithmic scripting challenge starting from 20th December 2018 - Coding is Fun! πŸ’―πŸ’― Do it everyday!! Also, Do give us a ⭐ if you liked the repository
Stars: ✭ 186 (+287.5%)
Mutual labels:  hacktoberfest, algorithm, algorithms, data-structures
Data Structures And Algorithms
Data Structures and Algorithms implementation in Go
Stars: ✭ 2,272 (+4633.33%)
Mutual labels:  algorithm, algorithms, data-structures, datastructures
Competitive Programming
VastoLorde95's solutions to 2000+ competitive programming problems from various online judges
Stars: ✭ 147 (+206.25%)
Mutual labels:  algorithm, data-structures, datastructures, hackerrank
C Plus Plus
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
Stars: ✭ 17,151 (+35631.25%)
Mutual labels:  hacktoberfest, algorithm, algorithms, data-structures
Data Structures Algorithms
Your personal library of every algorithm and data structure code that you will ever encounter
Stars: ✭ 157 (+227.08%)
Mutual labels:  hacktoberfest, algorithm, algorithms, data-structures
C
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
Stars: ✭ 11,897 (+24685.42%)
Mutual labels:  hacktoberfest, algorithms, data-structures, datastructures
Competitive coding
This repository contains some useful codes, techniques, algorithms and problem solutions helpful in Competitive Coding.
Stars: ✭ 393 (+718.75%)
Mutual labels:  hacktoberfest, algorithm, algorithms, data-structures
Proalgos Cpp
C++ implementations of well-known (and some rare) algorithms, while following good software development practices
Stars: ✭ 369 (+668.75%)
Mutual labels:  algorithm, algorithms, data-structures, datastructures
Algorithm
Algorithm is a library of tools that is used to create intelligent applications.
Stars: ✭ 787 (+1539.58%)
Mutual labels:  algorithm, algorithms, data-structures, data-structure
Algorithmic Pseudocode
This repository contains the pseudocode(pdf) of various algorithms and data structures necessary for Interview Preparation and Competitive Coding
Stars: ✭ 519 (+981.25%)
Mutual labels:  hacktoberfest, algorithms, data-structures
Data Structures Using Python
This is my repository for Data Structures using Python
Stars: ✭ 546 (+1037.5%)
Mutual labels:  hacktoberfest, algorithms, data-structures
Algorithms
A repository of different Algorithms and Data Structures implemented in many programming languages.
Stars: ✭ 578 (+1104.17%)
Mutual labels:  hacktoberfest, algorithms, data-structures
Ds Algo Point
This repository contains codes for various data structures and algorithms in C, C++, Java, Python, C#, Go, JavaScript, PHP, Kotlin and Scala
Stars: ✭ 949 (+1877.08%)
Mutual labels:  hacktoberfest, algorithms, data-structures
Get better at cp in 2 months
This contains the curriculum that I will follow to get better at Competitive Programming in 2 months.
Stars: ✭ 627 (+1206.25%)
Mutual labels:  algorithm, algorithms, data-structures
Dsa.js Data Structures Algorithms Javascript
πŸ₯žData Structures and Algorithms explained and implemented in JavaScript + eBook
Stars: ✭ 6,251 (+12922.92%)
Mutual labels:  algorithm, algorithms, data-structures

Data_Structure_and_Algorithm

Data Structure and Algorithms

  1. Basics
  2. Recursion

Implementation tree

All the information is present in README.md file of the specific folders and the code is present in respective directories.

Data Structure and Algorithms
|
β”œβ”€β”€ 000_BASICS     
β”‚   └── README.md
|
β”œβ”€β”€ 001_RECURSION
|   β”œβ”€β”€ 001_Lets_Code_Recursion            
|   |   └── main.c   
|   |
|   β”œβ”€β”€ 002_Static_and_Global_Variables            
|   |   └── main.c
|   |
|   β”œβ”€β”€ 003_Tree_Recursion            
|   |   └── main.c
|   |         
β”‚   └── README.md                
β”‚
β”œβ”€β”€ 999_Practice       --> Contains daywise Data Structure and Algorith Practice Questions
β”‚
β”œβ”€β”€ 999_Practice_Set_2 --> Contains daywise Data Structure and Algorith Practice Questions
|
β”œβ”€β”€ .gitignore              
β”‚
β”œβ”€β”€ CONTRIBUTING.md 
β”‚
β”œβ”€β”€ Data Structure And Algorithm.pdf  --> Contains DSA Handwritten Notes
β”‚
β”œβ”€β”€ Data Structure And Algorithm.png             
|
β”œβ”€β”€ LICENSE
β”‚
└── README.md                            
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].