A Binary Search Tree in Smalltalk.
# SW Binary Search Tree This is a Binary Search Tree implementation written for [Jamis Bucks Weekly Programming Challenge #1](https://medium.com/@jamis/weekly-programming-challenge-1-55b63b9d2a1). ## Class Documentation Further documentation can be found on the class comments of the package: - [SWBinaryTree](https://github.com/samWson/sw-binary-search-tree/blob/master/src/SWBinarySearchTree/SWBinarySearchTree.class.st)