![]() |
Binary Tree Search
Hi , i have this Binary-Tree structure :
Delphi-Quellcode:
type
PDictionary=^Dictionary; Dictionary=record word:string; meaning:String; key:integer; Right,Left:Dictionary end; How to searche this Binary-tree for a value ( used in Word ) with Option : MatchCase then if the Value is found it will be listed in a ListBox with meaning+key value . many thanks |
Re: Binary Tree Search
[ SOLVED ]
many thanks for all of you . |
Re: Binary Tree Search
Zitat:
What about sharing the solution to us? - it might be beneficial to others as well! |
Alle Zeitangaben in WEZ +1. Es ist jetzt 01:24 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz