mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-04-29 12:16:14 -04:00
Update bst_convert_sorted_array.py
This commit is contained in:
parent
75bb0277cd
commit
cba141be6a
@ -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…
x
Reference in New Issue
Block a user