TreeLibInterface 1.0.0
See the version list below for details.
dotnet add package TreeLibInterface --version 1.0.0
NuGet\Install-Package TreeLibInterface -Version 1.0.0
<PackageReference Include="TreeLibInterface" Version="1.0.0" />
paket add TreeLibInterface --version 1.0.0
#r "nuget: TreeLibInterface, 1.0.0"
// Install TreeLibInterface as a Cake Addin #addin nuget:?package=TreeLibInterface&version=1.0.0 // Install TreeLibInterface as a Cake Tool #tool nuget:?package=TreeLibInterface&version=1.0.0
TreeLib: Balanced Binary Trees, Rank Augmented provides binary tree collections (AVL, red-black and splay) with optional rank information for fast indexing and sparse indexing applications. This package contains the interface definition assembly.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages (4)
Showing the top 4 NuGet packages that depend on TreeLibInterface:
Package | Downloads |
---|---|
TreeLib
TreeLib: Balanced Binary Trees, Rank Augmented provides binary tree collections (AVL, red-black and splay) with optional rank information for order-statistic and sparse indexing applications. This package contains the primary implementations. |
|
TreeLibUtil
TreeLib: Balanced Binary Trees, Rank Augmented provides binary tree collections (AVL, red-black and splay) with optional rank information for order-statistic and sparse indexing applications. This package contains HugeList, a class for efficiently managing very large lists. |
|
TreeLibLong
TreeLib: Balanced Binary Trees, Rank Augmented provides binary tree collections (AVL, red-black and splay) with optional rank information for order-statistic and sparse indexing applications. This package contains implementations with Int64 rank indexing. |
|
TreeLibArray
TreeLib: Balanced Binary Trees, Rank Augmented provides binary tree collections (AVL, red-black and splay) with optional rank information for order-statistic and sparse indexing applications. This package contains array-embedded implementations. |
GitHub repositories
This package is not used by any popular GitHub repositories.