Skip to content

Commit faa2161

Browse files
committedMar 29, 2021
Add two links for data structure visualizations
1 parent eb28c13 commit faa2161

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
### Info
33
- Python: `3.7.3`
44

5+
### Resources
6+
- Data Structure Visualization
7+
1. [*visualgo.net*](https://visualgo.net/en)
8+
2. [*www.cs.usfca.edu*](https://www.cs.usfca.edu/~galles/visualization/Algorithms.html)
9+
510
### Note
611
- I'm really really *bad* at <u>data structures</u> & <u>algorithms</u>.
712
> So, I'm actually kinda *re-learn* all of these completely from the basics while reading this book. That brings my main point, I know the code here is not *that* good, and not *that* comprehend, but I believe these notes & implementations could serve as a great starting point for learning the **basics** of algorithms, most of them is **self-contained** <small>(yep)</small>.

0 commit comments

Comments
 (0)