DotNetCore.BTFindTree
1.3.0
.NET 5.0
.NET Core 3.0
.NET Standard 2.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package DotNetCore.BTFindTree --version 1.3.0
NuGet\Install-Package DotNetCore.BTFindTree -Version 1.3.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.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DotNetCore.BTFindTree --version 1.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DotNetCore.BTFindTree, 1.3.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.3.0
// Install DotNetCore.BTFindTree as a Cake Tool
#tool nuget:?package=DotNetCore.BTFindTree&version=1.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
快速查找算法,支持hash查找树,模糊trip查找树,归并最小权查找树。
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 is compatible. netcoreapp3.1 is compatible. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
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 | 169,573 | 11/26/2020 |
1.3.0 | 435 | 11/25/2020 |
1.2.1.2 | 2,621 | 11/11/2020 |
1.2.1.1 | 335 | 11/11/2020 |
1.2.1 | 497 | 11/9/2020 |
1.2.0.1 | 16,868 | 4/22/2020 |
1.2.0 | 383 | 4/22/2020 |
1.1.0.3 | 26,849 | 1/13/2020 |
1.0.2 | 543 | 1/8/2020 |
1.0.1.2 | 399 | 1/8/2020 |
1.0.1.1 | 12,881 | 12/18/2019 |
1.0.0 | 470 | 12/16/2019 |
0.4.1 | 636 | 10/20/2019 |
0.4.0 | 448 | 10/19/2019 |
0.3.0 | 421 | 10/18/2019 |
0.2.0 | 430 | 10/18/2019 |
0.1.0 | 441 | 10/13/2019 |
支持自定义查找树,hash查找树,模糊查找树,归并最小权查找树, 分组最小权查找树。
未初始化的字典以及元素数量为0的字典默认返回空。