Category: code
March 10, 2014
6502, 8 bit, algorithms, brute force, code, console, emulator, famicom, hardware, implementation, math, Nintendo Entertainment System, programming languages, tools / utilities, vbscript
The other day I tried computation of on 8-bit Famicom Clone SB-2000, which can be detailed here, here, and here. After I got BBG Famicom Clone and here, I …
This is one of the classic DP (Dynamic Programming) exercises that you might be asked during your interview. To submit your solutions, you can visit LeetCode Online Judge. The …
February 26, 2014
c / c++, code, code library, floating point, implementation, linux, math, programming languages, tools / utilities, windows, windows command shell
The famous quote for Linux Shell is ‘Where there is a shell, there is a way’. It reflects that the Linux Shell (e.g. BASH) is so powerful that almost …
February 18, 2014
algorithms, beginner, brainfuck, c / c++, code, code library, data structure, implementation, programming languages, string
The problem is from LeetCode Online Judge . The puzzle appears to be the most-favourite interview questions. It asks you to implement an algorithm to check if a given …
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 …