summaryrefslogtreecommitdiff
path: root/search/balancedbst.go
diff options
context:
space:
mode:
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()
+}