McGaijin Software interview – Learn Hiragana Now!
McGaijin Software have just released their first iOS app “Learn Hiragana Now!” to help you learn the Japanese hiragana alphabet. …
McGaijin Software interview – Learn Hiragana Now! Read MoreTechnology, life, programming, travel and money.
McGaijin Software have just released their first iOS app “Learn Hiragana Now!” to help you learn the Japanese hiragana alphabet. …
McGaijin Software interview – Learn Hiragana Now! Read MoreIf you need to write a DOS batch file that takes a file path as an input parameter and needs …
DOS: Get the directory name from a file path Read MoreHere is another interview coding question that I have heard of. You have to write a function to identify the …
Triangle Identification – C++ solution and test code Read MoreHere is a solution to the standard interview questions of reversing the letters in the words of a sentence. It …
Reverse the words in a sentence – C++ solution and test code Read MoreHere’s another of those fun coding interview puzzles. The kind that companies like Microsoft or Google might ask you. Given …
Picking the 5th from last element in a singly linked list Read MoreReversing a linked list is a simple programming problem, which is often an interview question. In this case I’m referring …
Reverse a linked list – C++ source code Read MoreDijkstra’s algorithm is a famous algorithm that calculates the routes and distances from a start node to all other nodes …
Dijkstra’s Algorithm code in C++ Read MoreHere’s an interesting puzzle / interview question that I heard recently. Problem You have a either a linked list or …
Select 100 random values from a stream / linked list Read MoreA few weeks ago I finished my first Facebook ‘app’… Well, ‘app’ is too grand a word. All it does …
Friend Quotes – My first Facebook ‘app’ Read MoreI was having a look at the QuickSort algorithm (as you do for fun) and was trying to find a …
QuickSort Implementation Code in C++ Read More