Method: EmptyNode#update_depth_and_balance

Defined in:
lib/binary_search_tree.rb

#update_depth_and_balanceObject



138
139
140
# File 'lib/binary_search_tree.rb', line 138

def update_depth_and_balance
  true
end