Thread
:
Binary Tree - Next Highest Value
View Single Post
•
•
Join Date: Nov 2008
Posts: 10
Reputation:
Solved Threads: 0
mapidea
Offline
Newbie Poster
Re: Binary Tree - Next Highest Value
0
#
9
Nov 18th, 2008
How will you write
Help with Code Tags
C# Syntax
(
Toggle Plain Text
)
if
self.
rightChild
:
succ = self.
rightChild
.
findMin
(
)
if self.rightChild: succ = self.rightChild.findMin()
in C#
mapidea
View Public Profile
Find all posts by mapidea