There was time when I wanted to know everything in this world. I wanted to read book on each and every subject, but always had my own opinions on the subjects. My friends in school and few in college know that I used to apply my own thoughts in most the cases.
After that I came to industry. I learned that there are procedures to do everything. I learned that I need not think on every complex thing - I should just know the recipe to do the work. I learned that every time I need to apply my mind, it will be good if I could just ask seniors.
Now ~3.5years industry experience I know procedures, I know I should ask others when in doubt, I know there are ready made recipes to the complex problems. But then have I lost my identity?
Why should I read books like "Seven habits of highly effective people"? Can't I invent methods for my own?
Why should I learn from others how to behave as good person in society? Is my mind/ brain dead?
When I go to slum area - I think I am not safe, is it only because of the knowledge of slum area which gives me these prejudice thoughts?
When I write code I know that how should I write good code. Won't it be great if I think every time before I write new line of code.
When I look at any person, I form my opinions about him, only because I know. No hence forward I am happy with bare minimum knowledge but I want to live. I don't want to memorise past experiences I want to enjoy new ones.
I don't want past to drive present. I don't want my future to be drawn with the colours of past.
I want to live every moment. I don't want to apply mind thinking what it is. I want to apply my mind thinking what it can be? I want to see the colours in this world I did not see before. I want to understand the experiences never experienced before. I want to feel the moments which have their own identity.
I don't want to be a part of matrix. I want to create my own identity. I want to be what I am.
Comparison of Sorting Algorithms Based on Execution Time
-
Last weekend I tried implementing various Sorting algorithms, and compared
there outputs.
I ensured fair comparison of these algorithms by using same data ...
10 years ago