Skip to content

A complete and efficient guide for Data Structure and Algorithms.

License

Notifications You must be signed in to change notification settings

kshitizsaini113/Data-Structure-and-Algorithms

Folders and files

NameName
Last commit message
Last commit date
Oct 26, 2020
Aug 13, 2021
Aug 3, 2021
Oct 20, 2022
Feb 13, 2021
Mar 5, 2021
Aug 3, 2021
Oct 15, 2020
Jun 28, 2020
Feb 21, 2021
Jul 1, 2020
Jun 28, 2020
Feb 21, 2021
Jun 29, 2020

Repository files navigation

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