Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Tree structures?
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00168160
Message ID:
00168175
Views:
24
I forgot to show you how to use the code above:

t1 = createobject( "binarytree", 500 )
for i = 1 to 100
t1.Insert( int( rand() * 1000 ) )
endfor

t1.InOrderTraverse()
t1 = .null.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Reply
Map
View

Click here to load this message in the networking platform