Hacker News new | ask | show | jobs
by cttet 3492 days ago
Actually if you dig in the calculation techniques taught in primary school(Like multidigit addition/multiplication/ division), you would find some of them are actually quite clever ideas (O(log n) algorithms), but what almost all school do is to ask the student execute the algorithm like a computer, not how to come up with ideas like those...