Tag: implementation
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 …
The Logo Programming language has been popular for decades. It has been used mainly for elementary programming tasks. The children can learn the programming easily from controlling turtle drawing …
I came across a PC Emulator that can be run in the browsers using Javascript technology. The OS emulated is Linux. If you type ‘uname -a’ , you will …
The problem is from codeforces: http://www.codeforces.com/problemset/problem/214/A Simple as that, the brute-force can pass the tests. The given ranges for n and m are acceptable for the simple brute-force algorithm. …
This was an interview question from Google. The difficulty is entry level. The question asks how many zeros are there for the numerical result of 1024!, which is 1 …