Reliving my study, algorithm-talk

Published Tue, Feb 22 2005 10:20 AM
During my study Technical Computer Science, one of my favorite classes was the class where we studied how to build your own OS. It was so much fun because it was full with algorithm-talk. Like how to build a solid lock, but also how to build a heap. And that's where I also learnt about structuring memory with linked list, binary trees and others. I just thought about because I read an extensive examination of how to do this in .NET 2.0. Beware, because if you like algorithms, this six-part article will be worth an hour to read.