Update README.md

This commit is contained in:
bt3gl 2023-07-29 20:28:00 -07:00 committed by GitHub
parent 006074a1c7
commit 621f32f4aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,3 +44,15 @@
* 𝟘𝟙𝟙𝟘. **[math, logic, dynamic programming](math_logic_dp)** * 𝟘𝟙𝟙𝟘. **[math, logic, dynamic programming](math_logic_dp)**
* 𝟙𝟘𝟘𝟙. **[sorting and searching](sorting_and_searching)** * 𝟙𝟘𝟘𝟙. **[sorting and searching](sorting_and_searching)**
* 𝟙𝟘𝟙𝟙. **[trees, transversals, graphs](trees_and_graphs/)** * 𝟙𝟘𝟙𝟙. **[trees, transversals, graphs](trees_and_graphs/)**
<br>
---
### external resources
<br>
* **[big-o complexity chart](https://www.bigocheatsheet.com/)**
* **[hacker rank videos on algorithms](https://www.youtube.com/watch?v=KEEKn7Me-ms&list=PLI1t_8YX-ApvMthLj56t1Rf-Buio5Y8KL)**