View Single Post
Join Date: Nov 2008
Posts: 10
Reputation: mapidea is an unknown quantity at this point 
Solved Threads: 0
mapidea mapidea is offline Offline
Newbie Poster

Re: Binary Tree - Next Highest Value

 
0
  #9
Nov 18th, 2008
How will you write

  1. if self.rightChild:
  2. succ = self.rightChild.findMin()

in C#
Reply With Quote