This package provides an in-memory B-Tree implementation for C#, useful as an ordered, mutable data structure.
Info
Version: | 0.2.0 |
Author(s): | Code Ex Machina, LLC |
Last Update: | Tuesday, June 9, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/CodeExMachina/BTree |
NuGet Url: | https://www.nuget.org/packages/CodeExMachina.BTree |
Install
Install-Package CodeExMachina.BTree
dotnet add package CodeExMachina.BTree
paket add CodeExMachina.BTree
CodeExMachina.BTree Download (Unzip the "nupkg" after downloading)
Dependencies
Tags