|
|
|
|
|
by pavel_lishin
5407 days ago
|
|
I don't think that math is universally necessary - it's actually rare that I need to sit down and write equations and think about something mathematically. (Unless I'm a genius who does it in his head, and trust me, I'm not.) And a 25-hour-a-week job doesn't seem that overwhelming. I think I worked 20 hours a week with a 30 minute commute each way - unless you're having a truly difficult time with the core concepts, a 15 hour course load and a 25 hour work load isn't much harder than starting any new job. |
|
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.