diff options
| author | Paul Buetow <git@mx.buetow.org> | 2020-12-05 08:35:12 +0000 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2020-12-05 08:35:12 +0000 |
| commit | d28b47c43ef73efbe06f77acea077bee9ccec492 (patch) | |
| tree | 24a2bbf5a07936b4e62d36eeaa0f0d756d868a87 /search/balancedbst.go | |
| parent | c8915f36887f82ee9b092393289895338df3d7c0 (diff) | |
rename set to search
Diffstat (limited to 'search/balancedbst.go')
| -rw-r--r-- | search/balancedbst.go | 5 |
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() +} |
