Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to migrate VFP prog to C/S ?
Message
De
24/03/1998 16:44:10
 
 
À
19/03/1998 03:36:34
Emmanuel Huybrechts
Technimeca International Corp.
Montréal, Québec, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00085402
Message ID:
00086831
Vues:
39
>With a binary search, there will be approximatively 27 search = 27 network access of 10 bytes = 270 bytes !!

Fox will be even more efficient. Fox uses b-trees, not binary trees. B-trees have multiple values per node and are self-balancing. Simple binary trees have one value per node and are not self-balancing (the worst case is when you add presorted data - you end up with a singly linked list).
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform