DotNetCore.BTFindTree 1.3.0

There is a newer version of this package available.
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
#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

快速查找算法,支持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. 
.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 266,009 11/26/2020
1.3.0 547 11/25/2020
1.2.1.2 3,221 11/11/2020
1.2.1.1 413 11/11/2020
1.2.1 618 11/9/2020
1.2.0.1 25,098 4/22/2020
1.2.0 451 4/22/2020
1.1.0.3 33,848 1/13/2020
1.0.2 620 1/8/2020
1.0.1.2 460 1/8/2020
1.0.1.1 20,871 12/18/2019
1.0.0 558 12/16/2019
0.4.1 731 10/20/2019
0.4.0 523 10/19/2019
0.3.0 510 10/18/2019
0.2.0 501 10/18/2019
0.1.0 514 10/13/2019

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