martincartledge.github.io

technical questions

how to prepare
core data structures, algorithms, and concepts
data structures
algorithms
concepts
power of 2 exact value (x) approx value x bytes into mb, gb, etc
7 128    
8 256    
10 1024 1 thousand 1 kb
16 65,536   64 kb
20 1,048,576 1 million 1 mb
30 1,073,741,824 1 billion 1 gb
32 4,294,967,296   4 gb
40 1,099,511,627,776 1 trillion 1 tb
walking through a problem

bud optimization b - bottlenecks u - unnecessary work d - duplicated work