File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
- ## Data Structures and Algorithms using Python
1
+ # Python for Data Structures, Algorithms, and Interviews!
2
+ This repository consists of notes made while going through the course * Python for Data Structures, Algorithms, and Interviews!*
3
+ in Udemy. All modules are separated as Jupiter Notebooks.
4
+
5
+ This course mainly has questions based on different data structures and very less questions based on pre-known algorithms.
6
+ Kindly refer to (my repo)[ ../] for list of named algorithms and their implementations.
7
+
8
+ All the best and keep coding!! :)
9
+
2
10
## Algorithms characteristics:
3
11
Algorithms have associated complexity:
4
12
* space -> memory occupied
@@ -46,4 +54,4 @@ Big-O notation: classifies performance as input size grows. O represents order o
46
54
<td>O(n^2)</td>
47
55
<td>Quadratic</td>
48
56
</tr >
49
- </table >
57
+ </table >
You can’t perform that action at this time.
0 commit comments