Any place to find canonical data structures and algorithms implemented in C#? -


i'm going through skiena's algorithm design manual uses c. examples (binary tree search, etc.) pretty simple, i'd see them in c# make sure i'm working through them correctly.

are there sites provide basic algorithms , data structures in c#? right i've been googling particular thing i'm looking for, i'd surprised if there wasn't more definitive site out there.

ngenerics seems library data structures , algorithms. i've used few of tree implementations results.


Comments