Category: algorithms
We all know the area of a circle is computed as . Suppose the radius is ONE for simplicity to compute the value of , we can have the …
February 15, 2014
32 bit, algorithms, beginner, c / c++, code, code library, implementation, linux, math, programming languages, windows
If you are a linux user, you may know this ‘useless’ command factor which will print the prime factors of given positive integers on command line. On execution, the factor will …
February 13, 2014
16 bit, 32 bit, 64 bit, algorithms, animation, beginner, c / c++, code, code library, console, DOS, programming languages, Win32 API, windows
Are you still using Turbo C with graphics (code with initgraphics) ? It has been outdated for at least a decade. It is 16-bit graphics so please DON’T use it …
My second son, Ryan was born today 9/Feb/2014, so this is a gift for him. The single binary executable on Windows platform can be downloaded here . The file …
The problem is from SPOJ Online Judge The puzzle asks to you check if the given sequence of integers consists of strictly two parts: the first part descending and …