Holiday season...

well most of this week here in Kuala lumpur is closed. Diwali first followed by Hari Raya (id for us in India). since my office is closed i have to be sitting at home to kill time.

have been looking into the new ktimer implementation in the kernel. They run on the Red-Black tree algorithm. Its quite an interesting one.

struct t_red_black_node {
enum { red, black } colour;
void *item;
struct t_red_black_node *left,
*right,
*parent;
}


the whole algorithm is beautiful. do a google if some of you find it interesting.

i found this new website. it has good information on Ghosts. Its nice reading them.

Age of Empires has been one of my fav games for long. Off recent i haven't been playing games. But today i picked a copy of Age Of Empires 3, best thing to do when one has holidays.


About this entry


0 comments: