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