|
|
|
|
|
by axvk
3055 days ago
|
|
Developers who learn about time/space complexity view code in a different way. They can reason about code in new ways and it also helps discuss code between devs. When I work with large data sets, It's difficult to explain why something is taking a long time without thinking of it in terms of O complexity. |
|