DotNetCore.BTFindTree
1.5.0
.NET 5.0
This package targets .NET 5.0. The package is compatible with this framework or higher.
.NET Core 3.0
This package targets .NET Core 3.0. The package is compatible with this framework or higher.
.NET Standard 2.0
This package targets .NET Standard 2.0. The package is compatible with this framework or higher.
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 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. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.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)
Included target framework(s) (in package)
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 | 279,600 | 11/26/2020 |
1.3.0 | 578 | 11/25/2020 |
1.2.1.2 | 3,451 | 11/11/2020 |
1.2.1.1 | 442 | 11/11/2020 |
1.2.1 | 642 | 11/9/2020 |
1.2.0.1 | 26,559 | 4/22/2020 |
1.2.0 | 475 | 4/22/2020 |
1.1.0.3 | 36,422 | 1/13/2020 |
1.0.2 | 647 | 1/8/2020 |
1.0.1.2 | 491 | 1/8/2020 |
1.0.1.1 | 26,846 | 12/18/2019 |
1.0.0 | 586 | 12/16/2019 |
0.4.1 | 757 | 10/20/2019 |
0.4.0 | 553 | 10/19/2019 |
0.3.0 | 544 | 10/18/2019 |
0.2.0 | 525 | 10/18/2019 |
0.1.0 | 541 | 10/13/2019 |
支持自定义查找树,hash查找树,模糊查找树,归并最小权查找树, 分组最小权查找树。
未初始化的字典以及元素数量为0的字典默认返回空,移除指针操作。