DotNetCore.BTFindTree
1.5.0
.NET 5.0
.NET Core 3.0
.NET Standard 2.0
dotnet add package DotNetCore.BTFindTree --version 1.5.0
NuGet\Install-Package DotNetCore.BTFindTree -Version 1.5.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DotNetCore.BTFindTree" Version="1.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DotNetCore.BTFindTree --version 1.5.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DotNetCore.BTFindTree, 1.5.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install DotNetCore.BTFindTree as a Cake Addin
#addin nuget:?package=DotNetCore.BTFindTree&version=1.5.0
// Install DotNetCore.BTFindTree as a Cake Tool
#tool nuget:?package=DotNetCore.BTFindTree&version=1.5.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
快速查找算法,支持hash查找树,模糊trip查找树,归并最小权查找树。
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 3.0
- System.Memory (>= 4.5.4)
-
.NETCoreApp 3.1
- System.Memory (>= 4.5.4)
-
.NETStandard 2.0
- System.Memory (>= 4.5.4)
-
net5.0
- System.Memory (>= 4.5.4)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on DotNetCore.BTFindTree:
Package | Downloads |
---|---|
NMS.DynamicDictionary
将字典转换成动态查找树,以便快速查找。 |
|
NMS.DynamicCache
将字典转换成动态查找树,以便快速查找。 |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.5.0 | 156,946 | 11/26/2020 |
1.3.0 | 410 | 11/25/2020 |
1.2.1.2 | 2,450 | 11/11/2020 |
1.2.1.1 | 314 | 11/11/2020 |
1.2.1 | 466 | 11/9/2020 |
1.2.0.1 | 16,238 | 4/22/2020 |
1.2.0 | 358 | 4/22/2020 |
1.1.0.3 | 25,782 | 1/13/2020 |
1.0.2 | 521 | 1/8/2020 |
1.0.1.2 | 378 | 1/8/2020 |
1.0.1.1 | 11,524 | 12/18/2019 |
1.0.0 | 450 | 12/16/2019 |
0.4.1 | 617 | 10/20/2019 |
0.4.0 | 428 | 10/19/2019 |
0.3.0 | 402 | 10/18/2019 |
0.2.0 | 410 | 10/18/2019 |
0.1.0 | 420 | 10/13/2019 |
支持自定义查找树,hash查找树,模糊查找树,归并最小权查找树, 分组最小权查找树。
未初始化的字典以及元素数量为0的字典默认返回空,移除指针操作。