This is a interesting math puzzle: X, Y and Z is an integer between 0 to 9. so what are they? We can write a PowerShell script to search …
In this post, we present the final ‘optimized’ solution using Dynamic Programming, which is implemented using a 2 dimensional array with iteration. Let’s review this code: function f($x, $y) …
Let’s see this question: If Jack starts at A, and he can only travels one move at a time to the north or east, and he cannot go back. …
The Bitcoin hard-forked this Month (1 Aug 2017), which is the biggest great news in the bitcoin world. The fork is the operation for process to duplicate the code …
In my previous post: I wrote a Chinese Chess Program I talked about a chess AI program I made 12 years ago, some ask me the algorithms that I …
IMO, there are two types of IT companies. The first one focuses the technology and the second one treats the business model as priorities. Google, Facebook and some other …