summaryrefslogtreecommitdiff
path: root/search/balancedbst.go
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2020-12-05 08:35:12 +0000
committerPaul Buetow <git@mx.buetow.org>2020-12-05 08:35:12 +0000
commitd28b47c43ef73efbe06f77acea077bee9ccec492 (patch)
tree24a2bbf5a07936b4e62d36eeaa0f0d756d868a87 /search/balancedbst.go
parentc8915f36887f82ee9b092393289895338df3d7c0 (diff)
rename set to search
Diffstat (limited to 'search/balancedbst.go')
-rw-r--r--search/balancedbst.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/search/balancedbst.go b/search/balancedbst.go
new file mode 100644
index 0000000..12673c5
--- /dev/null
+++ b/search/balancedbst.go
@@ -0,0 +1,5 @@
+package set
+
+func NewBalancedBST() *BST {
+ return NewBST()
+}