BookBytes
BookBytes 15: The Imposter's Handbook: Advanced Algorithms and Compilation
They talk about some advanced algorithms, Safia goes on a tangent about Grace Hopper, and Jason made a compiler in Rust.
Computation of fibonacci by rounding
phi = phi = (1 + Math.sqrt(5))/2
fib = n => Math.pow(n, phi)/Math.sqrt(5)
Where networking uses Bellman Ford over Dijkstra
Definition, Classification of computer programming languages