Skip to content

Commit 0dbee71

Browse files
Update README.md
1 parent f318b4a commit 0dbee71

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
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+
210
## Algorithms characteristics:
311
Algorithms have associated complexity:
412
* space -> memory occupied
@@ -46,4 +54,4 @@ Big-O notation: classifies performance as input size grows. O represents order o
4654
<td>O(n^2)</td>
4755
<td>Quadratic</td>
4856
</tr>
49-
</table>
57+
</table>

0 commit comments

Comments
 (0)