|
|
|
|
|
by awesome_dude
463 days ago
|
|
The Triangle of power explanation of logarithms is what really got me across logs. It wasn't until seeing the triangle and having the relationships explained that I had any clue about logarithms, up until then logs had been some archaic number that meant nothing to me. Because of the triangle of power, I now rock up to B and B+ Trees and calculate the number of disc accesses each will require in the worst case, depending on the number of values in each block (eg, log2(n), log50(n) and log100(n)) |
|