DotNetCore.BTFindTree 1.5.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.
<PackageVersion Include="DotNetCore.BTFindTree" Version="1.5.0" />
                    
Directory.Packages.props
<PackageReference Include="DotNetCore.BTFindTree" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DotNetCore.BTFindTree --version 1.5.0
                    
#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.
#addin nuget:?package=DotNetCore.BTFindTree&version=1.5.0
                    
Install DotNetCore.BTFindTree as a Cake Addin
#tool nuget:?package=DotNetCore.BTFindTree&version=1.5.0
                    
Install DotNetCore.BTFindTree as a Cake Tool

快速查找算法,支持hash查找树,模糊trip查找树,归并最小权查找树。

Product 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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.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.

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 280,063 11/26/2020
1.3.0 610 11/25/2020
1.2.1.2 3,482 11/11/2020
1.2.1.1 475 11/11/2020
1.2.1 673 11/9/2020
1.2.0.1 26,657 4/22/2020
1.2.0 512 4/22/2020
1.1.0.3 37,214 1/13/2020
1.0.2 680 1/8/2020
1.0.1.2 525 1/8/2020
1.0.1.1 30,634 12/18/2019
1.0.0 622 12/16/2019
0.4.1 791 10/20/2019
0.4.0 587 10/19/2019
0.3.0 581 10/18/2019
0.2.0 566 10/18/2019
0.1.0 575 10/13/2019

支持自定义查找树,hash查找树,模糊查找树,归并最小权查找树, 分组最小权查找树。
未初始化的字典以及元素数量为0的字典默认返回空,移除指针操作。