-
House Of Horrors : A responsive web design
Hi there. This post is to share my experience and work under getting started with ‘Responsive web design‘. I created a website under the theme of House Of Horrors, and I am not even leaving my desk and posting this right away. Any suggestions are more then welcome!.As it was a project under ‘Responsive Web…
-
Newton-Raphson vs Bisection Search vs Brute force for finding square root of number.
Computers are meant to compute things. Finding square root is a very basic algorithm which can be coded in basically 3 ways : All 3 ways are based on the Guess and check method A.K.A Exhaustive Enumeration. >1. Brute force method : In this method we test all the possible values and test them .…
-
Starting c/c++ programming in Linux.
So, guys this post is just a kick off to my blog. This post is about coding in c or c++ in Linux . So, if you are a beginner looking to get your hand on coding in c or c++ in Linux, this will be of great help. STEPS: 1.You can use gedit or…