News

The trie data structure is one alternative method for searching text that can be more efficient than traditional search approaches. Here's a trie class you can create in C#. The proliferation of ...
Sometimes the default view of objects in the debugger isn't enough, especially if you operate on complex data structures ... Visual Studio 2012 you could customize the debugging view of your objects ...