The combination is a frequently-used technique that choose a number of items from a whole data set (sequence is not important). For example, to choose 2 items from 3, …
Monte-Carlo algorithm is a generalized method that can be used in many applications. It is a randomize approach. To compute the mathematics constant , we can use the method …
This is just for fun, and of course for those good memories with 8-bit famicom clones. Subor SB2000 (as described here) is a 8-bit famicom clone with keyboard. Last …
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 …
February 18, 2014
8 bit, algorithms, hardware, math, monte carlo, Monte Carlo Simulation, Monte Carlo Simulation Algorithm, Nintendo Entertainment System, Subor, vbscript
Have you ever wondered how fast is a 8-bit CPU (such as 6502 used by famicom and the clones)? Well, i can’t have a direct comparison for you for …