Why it is Hard to Give Good Estimates (in Software Development)?

April 29th, 2006 by kwong

A reasonably sized software project is rarely delivered in time and under budget. This is a known fact in the software industry.
Read more »

Posted in Software | No Comments »

Generating Unique Permutations Programmatically

April 14th, 2006 by kwong

Download UniquePermutation.zip The numbers of permutations on a set of n elements is n! (see definition).
Read more »

Posted in Software | No Comments »

Computer Languages - They Are More Similar Than You Think

April 6th, 2006 by kwong

If you are looking for a programming position, chances are that you will be required to have x years of experience in language y.
Read more »

Posted in Software | No Comments »

Implementing a Trie in C#

April 1st, 2006 by kwong

Download Trie.zip Trie is a tree like data structure that can be used for fast text search.
Read more »

Posted in Software | No Comments »