• Stars
    star
    124
  • Rank 287,097 (Top 6 %)
  • Language
    C#
  • License
    MIT License
  • Created almost 4 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Advanced data structures for .NET

DStruct.NET

Build NuGet Version (DStruct.NET)

DStruct is a library I implemented around the end of 2018, when I first approached C# and felt like it was lacking some important data structures that other languages like Python and C++ offer in their standard libraries.

All the data structures implemented in the library are listed below, divided by category.


General


Binary Trees

Different implementations of binary search trees, enhanced to offer an efficient way to access the N-th element through an indexer.


Heaps


Queues


Trie


Probabilistic


Sparse