May 2009 - Posts

8
Comments

Multi-value Dictionary C# source code (.NET 3.5) by FransBouma

By popular demand, I've published the C# source code of my Multi-value Dictionary class, which can also merge dictionaries into itself and which implements ILookup<T, V> as well. It's part of Algorithmia, our upcoming data-structure and algorithm...
11
Comments

The desperate quest for doing it 'right' by FransBouma

This morning I ran into an interesting design decision. The problem at hand isn't that interesting, I've solved it a lot of times before. The interesting thing is that this problem isn't always solved the same way. It goes like this: do you tell an element...
More Posts