Category: algorithms
Sometimes, you might want to wrap a binary file (image, executable) in your source code, to eliminate the hassle when deploying your application. You might consider using resource file …
The problem is from codeforces: http://www.codeforces.com/problemset/problem/125/B The given input has no format errors, which makes it easy to solve because you don’t have to consider unregular situations such as …
The problem is from codeforces: http://www.codeforces.com/problemset/problem/1/A Given the size of the area and the size of the flag stone, you are asked to compute the minimal number of flagstones …
Delphi is a power RAD under Win32. I think one of the main strengths is that you can write inline assembly easily, which makes it very powerful and flexible. …
Over the last few decades, many programming languages have been invented and put in use nowadays in many domains. This article will compare some commonly used languages in the …