Skip to content

Commit 89b4994

Browse files
readme added
1 parent 43bcb2a commit 89b4994

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed
Binary file not shown.

readme.md

+52
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Data Structures and Algorithms Python
2+
3+
## INDEX
4+
5+
### 1. Resources -
6+
1. Books
7+
- Data Structures - Reema Thareja
8+
- competitiveCoding
9+
2. Big-O Cheat Sheet
10+
3. DAA Syllabus
11+
4. Interview Cheat sheet
12+
5. Master Plan
13+
6. Master the Interview
14+
15+
### 2. Big-O -
16+
1. O(1)
17+
2. O(m+n)
18+
3. O(n)
19+
4. O(n^2)
20+
21+
### 3. Data Structures -
22+
1. Arrays
23+
2. Graphs
24+
3. Hashtables (dictionary)
25+
4. Linked Lists
26+
5. Stack
27+
6. Queues
28+
7. Trees
29+
30+
### 4. Algorithms -
31+
1. Dynamic Programming
32+
2. Recursion
33+
3. Sorting
34+
- Bubble Sort
35+
- Heap Sort
36+
- Insertion Sort
37+
- Quick Sort
38+
- Selection Sort
39+
4. Traversals
40+
- BFS
41+
- DFS
42+
- Bisection Search
43+
44+
### 5. File Handling and OOPS
45+
1. File + Classes Demo
46+
47+
### 6. Projects
48+
1. Job Scheduler
49+
2. Email Project
50+
3. Hash Project
51+
4. Recursion Miniprojects
52+
5. Runtime Analyser

0 commit comments

Comments
 (0)