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
                        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
                        
                    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
Installation Options
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
- BST.nuspec
- BST.ps1
Version History
| Version | Downloads | Last updated | 
|---|---|---|
| 1.0 (current version) | 3,593 | 1/21/2017 |