|
|
|
|
|
by onemoreact
5407 days ago
|
|
Mathematical literacy is more than just writing down complex equations. for (a = 0; a < n; a++) {
for (b = 0; b < n; b++) {
do_something(a,b);
}} How many times is do_something called? If you can say n^2 in under 15 seconds you are now better at math than the average American. |
|