Skip to content

Commit f0fcc34

Browse files
committed
Update project README
1 parent 43fcc7b commit f0fcc34

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

README.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
Googler - Data Structures & Algorithms (DSA)
1+
Data Structures & Algorithms (DSA)
22
========
33

4-
The notes here are to contain all basic/fundamental/popular data strcutures and algorithms needed to pass a Google software engineer position interview. (actually, not only for Google, it's more like *general* DSA study & practice plan)
4+
This project are curated resources and notes of basic/fundamental/popular data strcutures and algorithms for software engineer to study, there are also some classic problems/solutions for each topics to practice after studying. You can study and practice by topics, enjoy this learning journey!!
55

6-
> This is a curated resources and notes for interview preparation, however, it's working in progress and might contains my personal study progress. Feel free to fork (contribution is not available for now), remove them and keep the curated resources and notes as your study resource. Happy studying :) 💪
7-
8-
![Google UK](./media/google1.jpg)
6+
> This project is working in progress and might contains my personal study progress. Feel free to fork (contribution is not available for now), remove them and keep the curated resources and notes as your study resource. Happy studying :) 💪
97
108
## Topics
119
- [Introduction](./topics/introduction.md)
@@ -26,19 +24,12 @@ The notes here are to contain all basic/fundamental/popular data strcutures and
2624
- (TODO) [Other](./topics/other.md)
2725
- 👉 [Problems & Solutions](./problems/problems-solutions.md)
2826

29-
## Complexity
27+
## Complexity Cheat Sheet
3028
![Sequence Complexity](./media/complexity-sequence.png)
31-
3229
![Sets Complexity](./media/complexity-set.png)
33-
3430
![Linked List Complexity](./media/complexity-linked-list.png)
35-
3631
![Stack Complexity](./media/complexity-stack.png)
37-
3832
![Queue Complexity](./media/complexity-queue.png)
39-
4033
![Heap Complexity](./media/complexity-heap.png)
41-
4234
![Single-Source Shortest Path Complexity](./media/complexity-sssp.png)
43-
4435
![Sorting Complexity](./media/complexity-sorting.png)

0 commit comments

Comments
 (0)