Quote:
|
It is very stupid because i will never use this after this one class.
|
Oh boy, I can't recall how many times I've thought "
I'll never use this again" and how wrong I've been.
It might not be the exact same contence you're using, but rather skills aquired while fiddling with a solution to a simple problem like this one.
Let me give you a fast 101 on Comp. Sci. the essence in solving programming-problems, is systematicaly to break it down into small sub-problems which in term can be answered with a simple yes/no(1/0) request.
Eventho, saying it like this sounds as if I'm just rambling, you might think "
How can that work in real life" But think about it, in how many other situations will a systematicaly splitting of the entire problem into sub-problem, that are simplified steps towards the common goal of solving the orriginal problem, help you solve your problem?
You'd be supprised that it virtualy suits every problem encountered in your daily life.