Computer Science
The vocabulary every technical interview assumes you already have.
3 concepts · 200 minutes
- Big-O & ComplexityHow cost grows with input — the vocabulary every technical interview assumes you have.
- Core Data StructuresArrays, hash maps, trees, heaps — and the operation costs that decide which one you reach for.
- Algorithm PatternsTwo pointers, sliding window, BFS/DFS, memoisation — recognising the pattern is 80% of the solve.