Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Tree structures?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00168160
Message ID:
00168175
Vues:
32
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform