The Towers of Hanoi Author 3:51 PM Add Comment The Towers of Hanoi is an ancient puzzle consisting of a number of disks placed on three columns, the disks all have different diameters ... Read More
Greedy Algorithms Part 1 Author 4:09 PM Add Comment A greedy algorithm, as the name suggests, always makes the choice that seems to be the best at that moment. Greedy algorithms works in phas... Read More
Abstract Data Types (ADTs) Author 1:31 PM Add Comment ADT is a set of objects and operations, no where in an ADT’s definitions is there any mention of how the set of operations is implemen... Read More
Algorithm Analysis an intro Author 12:20 PM Add Comment Once an algorithm is given for a problem and decided (somehow) to be correct, the next step is to determine how much in a way of resources... Read More
Why Algorithm Author 5:55 PM 2 Comments Problem solving is not all about getting the right result, writing an algorithm that solves a problem but requires a year is hardly of any... Read More
The wonders of prime numbers Author 6:05 PM Add Comment People often come across diverse prime number problems, such as Finding largest prime factor of a number or finding all primes between two... Read More
Mathematics and Programming Author 2:09 PM 1 Comment People Have wondered if good knowledge in mathematics is required to be a proficient programmer or software developer, depending on wh... Read More