BST

1.0

BST - Binary Search Tree class is example class built according to PowerShell 5 class syntax.
   It can be used for fast processing of large data structures, where standard PowerShell filtering will be inefficient. An example can be a large structure with more than 10,000 elements.    
   For more information read Wikipedia article https://en.wikipedia.org/wiki/Bi
BST - Binary Search Tree class is example class built according to PowerShell 5 class syntax.
   It can be used for fast processing of large data structures, where standard PowerShell filtering will be inefficient. An example can be a large structure with more than 10,000 elements.    
   For more information read Wikipedia article https://en.wikipedia.org/wiki/Binary_search_tree


Show more

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Script -Name BST

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Package Details

Author(s)

  • Igor Iric IricIgor@GMail.com

Tags

PowerShell Class Binary Search Tree

Functions

BST Node Direction Count Find FindAll FindNode FindNodes Print Depth Level Balance ToString ToBalanced IsBST Parent Add Delete

Dependencies

This script has no dependencies.

FileList

Version History

Version Downloads Last updated
1.0 (current version) 2,586 1/21/2017