Posts

Showing posts from August, 2019

My Coding Experience

I have learned coding in my 12th class during the summer holidays at the age of 16.  The first program tutor taught me was "Hello World". At that time I did not understand why we need to print and what is the use of printing something on the screen. It was funny. My first assignment was writing a program to tell whether a given number is prime number or not. I had written logic on my own. Then I realized the power of coding because my code was able to tell any number whether it is a prime or not. So slowly I started developing interest in coding. After few years I have started participating in online coding competitions.    When I was in college I had written code to solve Sudoku puzzle. My friends appreciated me for that . After I became Software Engineer I tried to implement chess game. It is able to do well up to 3 or 4 ply. I am glad that it is able to defeat me:).   As part of my profession I have special interest in optimization. My current project i...