1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-01 13:22:38 +02:00

Add resources for complexity (#6350)

* Update 100-time-vs-space.md

Added some Youtube Tutorials for the Big-O Notation

* Update src/data/roadmaps/datastructures-and-algorithms/content/104-algorithmic-complexity/100-time-vs-space.md

---------

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
PRANAVK
2024-08-03 14:58:05 +05:30
committed by GitHub
parent 1087e1a935
commit e675806a04

View File

@@ -5,3 +5,6 @@ In the context of algorithmic complexity, "time" refers to the amount of computa
Learn more from the following resources:
- [@article@Cheat Sheet](https://www.bigocheatsheet.com/)
- [@video@Big O Notation — Calculating Time Complexity](https://www.youtube.com/watch?v=Z0bH0cMY0E8)
- [@video@Free Code Camp Big-O Tutorial](https://youtu.be/Mo4vesaut8g?si=1jyb-EkfCLf9PNND)