BSTLibrary by BSTLibrary

<PackageReference Include="BSTLibrary" Version="2.3.5" />

 BSTLibrary 2.3.5

.Net Standard 2.1 package contains implementation of Standard Binary Search Tree and AVL Tree.

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>BSTLibrary</id>
    <version>2.3.5</version>
    <authors>BSTLibrary</authors>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <projectUrl>https://github.com/rustedwizard/BST</projectUrl>
    <description>.Net Standard 2.1 package contains implementation of Standard Binary Search Tree and AVL Tree.</description>
    <copyright>Rusted Wizard</copyright>
    <tags>BST, AVL, Binary Search Tree</tags>
    <repository type="Github" url="https://github.com/rustedwizard/BST" />
    <dependencies>
      <group targetFramework=".NETStandard2.1" />
    </dependencies>
  </metadata>
</package>