I've never been a "blog-writing" kind of person but all of a sudden as usual, this is something new that I want to try. I'm getting bored so I thought of writing this post. As you may or may not know that I'm a kind of person who keeps talking about technical stuff. May be my blogging history shows the same.
I don't have too much interesting to say. One thing that I'm confused about right now is what I want at the end of the day ? There are so many things that I've been trying and in most of the cases, I just try them and leave in between. I feel like I'm a "window-shopping" kind of person who puts his nose into every this and that thing and if I like something then I go little deeper into that but I've never felt like going deep into something and be passionate about it. I like coding but now in coding also there are 2 different ways: One is all about app development and other is algorithm programming. I've tried both of them. I liked both type of programming and again as usual not sure about what to do. It's like 50-50 interest in both of them.
I spent the last year in software development type of programming and during that I almost left algorithm programming and rarely solved any coding problems. Right now I'm more involved in algorithm programming. I can't divide my attention in 2 different things and I don't know whether it is my weakness or strong point.
And yea, I just broke my record of writing the shortest code :P It's around forty characters and written in python. Here is the shortest code that I've ever written:
n=input()
while n:t=n&-n;print t,;n=n-t
It's a coding question from one of the codechef contests. Here is the link: http://www.codechef.com/DINP1501/problems/CHEFPOW
Still I couldn't get full points :P
That's it for now !!
PS: English is not my first language :P
I don't have too much interesting to say. One thing that I'm confused about right now is what I want at the end of the day ? There are so many things that I've been trying and in most of the cases, I just try them and leave in between. I feel like I'm a "window-shopping" kind of person who puts his nose into every this and that thing and if I like something then I go little deeper into that but I've never felt like going deep into something and be passionate about it. I like coding but now in coding also there are 2 different ways: One is all about app development and other is algorithm programming. I've tried both of them. I liked both type of programming and again as usual not sure about what to do. It's like 50-50 interest in both of them.
I spent the last year in software development type of programming and during that I almost left algorithm programming and rarely solved any coding problems. Right now I'm more involved in algorithm programming. I can't divide my attention in 2 different things and I don't know whether it is my weakness or strong point.
And yea, I just broke my record of writing the shortest code :P It's around forty characters and written in python. Here is the shortest code that I've ever written:
n=input()
while n:t=n&-n;print t,;n=n-t
It's a coding question from one of the codechef contests. Here is the link: http://www.codechef.com/DINP1501/problems/CHEFPOW
Still I couldn't get full points :P
That's it for now !!
PS: English is not my first language :P
No comments:
Post a Comment