Category: brute force
github: https://github.com/DoctorLai/Algorithms/tree/master/Queen n Queen problem can be dated back in 1848. Later, it was popular used in computer algorithm books that teach data structure and algorithms. The problem is to …
The problem is from codeforces: http://www.codeforces.com/problemset/problem/230/B The input of the numbers exceed a 4-byte integer, therefore, a long type (int64) should be used in Java. I feel like I …
September 14, 2012
algorithms, batch script, beginner, brute force, github, implementation, programming languages, recursive, tools / utilities, tricks
I have used a lot the Fibonacci numbers as an example to illustrate the programming concepts and ideas. Today, I still use this to revisit the concepts of programming …
August 7, 2012
algorithms, beginner, brainfuck, brute force, c #, github, I/O File, implementation, interpreter / compiler, programming languages, python, technical, tools / utilities
Brainfuck is a minimized programming language. It has only 8 keywords. It was designed first in 1993 by Urban Muller. gives more details on wiki. Brainfuck is often referred …
August 5, 2012
algorithms, batch script, beginner, brute force, FTP, http, I/O File, php, programming languages, recursive, technical, tools / utilities
Most of the web hosting company does not provide unlimited FTP spaces. In order to monitor the usage, you can login to web-based control panel and view the usage …