#Big-O
2 notas · última:
-
What computer science concepts should devs without a CS background prioritize learning?
The thread points to data structures, algorithms, Big O, and lambda calculus as the core CS ideas for self-taught devs, with comments adding databases, clean code, concurrency, and basic engineering skills.
-
Learn Big O Notation once and for all
The post reviews Big O notation as a way to describe how runtime grows with input size and walks through common classes like O(1), O(n), O(n^2), O(log n), O(n log n), O(2^n) and O(n!).