Coding Grounds
Compilation of different programming projects I amuse myself with.
Friday, 18 July 2014
Implementing a fast dictionary for English words using a trie datastructure or radix tree in C#
›
The following article will present source code for implementing a fast dictionary for English words using a trie datastructure. The ...
1 comment:
Implementing a fast point structure in C# for large-scale comparison checks and searches
›
The code below is extracted from Part I of the Pluralsight course "Making .NET Applications faster", discussed and presented belo...
Wednesday, 25 June 2014
A generic IEqualityComparer of T written in C#
›
When working with LINQ, often one has to pass in an IEqualityComparer of the class(es) being used. Implementing IEqualityComparer on classes...
2 comments:
‹
›
Home
View web version