Triangle Identification – C++ solution and test code
Here 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 MoreTechnology, life, programming, travel and money.
Here 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 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 MoreTwo weeks ago I started a mini-project to write a simple piece of software in C#, package it up and …
Writing and releasing a free software tool in two weeks Read MoreWhilst looking for information on how to make a window stay on top using C#, I spotted some odd solutions …
C# – How to make a window stay on top and become transparent Read More