mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-05-22 08:21:12 -04:00
Update bst_convert_sorted_array.py
This commit is contained in:
parent
75bb0277cd
commit
cba141be6a
1 changed files with 1 additions and 4 deletions
|
@ -2,11 +2,8 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# author: bt3gl
|
||||
|
||||
# note that there is no unique solution, and different choices
|
||||
# for the root node would reflect on p is defined
|
||||
|
||||
|
||||
def convert_sorted_array_bst(nums):
|
||||
def convert_sorted_array_to_bst(nums):
|
||||
|
||||
def helper(left, right):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue