Skip to content

Commit 8745cf9

Browse files
committed
Fixes incorrect links and adds new resources for studying computational complexity
Updates the links to the "Analyzing Algorithms" playlist and "Big O Notation - For Coding Interviews" video. Also adds a new resource, "Free Code Camp", which provides a time complexity chart. These changes ensure that the resources for studying computational complexity are accurate and comprehensive. I will need to review this more in depth later on. Fixes jwasham#123
1 parent b1a9c90 commit 8745cf9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -614,15 +614,18 @@ But don't forget to do coding problems from above while you learn!
614614
- [ ] [Computational Complexity: Section 1](https://www.topcoder.com/thrive/articles/Computational%20Complexity%20part%20one)
615615
- [ ] [Computational Complexity: Section 2](https://www.topcoder.com/thrive/articles/Computational%20Complexity%20part%20two)
616616
- [X] [Cheat sheet](http://bigocheatsheet.com/)
617-
- [ ] [[Review] Analyzing Algorithms (playlist) in 18 minutes (video)](https://www.youtube.com/playlist?list=PL9xmBV_5YoZMxejjIyFHWa-4nKg6sdoIv)
617+
- [X] [[Review] Analyzing Algorithms (playlist) in 18 minutes (video)](https://www.youtube.com/playlist?list=PL9xmBV_5YoZMxejjIyFHWa-4nKg6sdoIv)
618618
- [X] [Big O Notation — Calculating Time Complexity](https://www.youtube.com/watch?v=Z0bH0cMY0E8) I added.
619-
- [ ] [Big-O Notation - For Coding Interviews](https://www.youtube.com/watch?v=BgLTDT03QtU) I added.
619+
- [ ] [Big-O Notation - For Coding Interviews](https://www.youtube.com/watch?v=BgLTDT03QtU) I added. Lots of visuals connecting algorithms to O(...).
620+
- [ ] [Free Code Camp](https://www.freecodecamp.org/news/big-o-cheat-sheet-time-complexity-chart/) I added.
620621
621622
Well, that's about enough of that.
622623

623624
When you go through "Cracking the Coding Interview", there is a chapter on this, and at the end there is a quiz to see
624625
if you can identify the runtime complexity of different algorithms. It's a super review and test.
625626
627+
**I will need to review this more in depth later on.*
628+
626629
**[⬆ back to top](#table-of-contents)**
627630
628631
## Data Structures

0 commit comments

Comments
 (0)