Posted on November 23rd, 2010 by admin  |  1 Comment »

Reversing a Singly Linked List

At first, I thought that it was really that easy to reverse a singly linked list similar to reversing data on an array. Without a good understanding on how linked lists works, this is something that will eat your time to have the solution. Below is a function to reverse a singly linked list written [...]

Posted on September 4th, 2010 by admin  |  No Comments »

Hello World!

This is the default post for every wordpress site fresh from installation. I intended not to delete this and have its content edited since this is quite related to software and electronics. As how a programming language is taught in school and in most books, “Hello World!” is the famous example text to be displayed [...]