kamranahmedse / developer-roadmap

Interactive roadmaps, guides and other educational content to help developers grow in their careers.
https://roadmap.sh
Other
281.36k stars 37.55k forks source link

[Typo] in Computer Science roadmap #3582

Closed Mahmoud-AbouDeghedy closed 1 month ago

Mahmoud-AbouDeghedy commented 1 year ago

In "Common Runtimes" section, the example used for exponential runtime runs in O(n) : image_2023-03-12_153034 You can replace it with the recursive calculation of Fibonacci numbers: image_2023-03-12_153555

nina-alin commented 1 year ago

Why would you replace it with the calculation of Fibonacci? I see two points here:

Mahmoud-AbouDeghedy commented 1 year ago
  1. It doesn't matter it it is written in C++, Python, or any other language.
  2. A added the Fibonacci example because the first example runs in O(n) and the recursive Fibonacci example runs in O(2^n) time, but you can add any other O(2^n) example if you want.
kamranahmedse commented 1 month ago

Hey there!

Looks like this issue has been hanging around for a bit without much action. Our roadmaps have evolved quite a bit since then, and a bunch of older issues aren't really applicable anymore. So, we're tidying things up by closing out the older ones to keep our issue tracker nice and organized for future feedback.

If you still think this problem needs addressing, don't hesitate to reopen the issue. We're here to help!

Thanks a bunch!