Friday, February 29, 2008

Some more thoughts

about me.
Today I was observing the solution to the modified binary search problem. I thought that I was thinking why a binary search won't work, but I was not at all thinking how to modify the binary search. I saw it. Great to see that solution. So, I think my dont focus my energies on how to obtain a solution, but rather focus on some arbitrary things.
Another thing is my overwhelming at the sight of complexity. It just bogs me down. I fail to take control over such situations. I fail to acknowledge that to tackle complexity, the two necessary things are - abstraction and divide&conquer. With them, I can tackle anything.