AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Zurück Delphi-PRAXiS Suchfunktion Ergebnis der Suchanfrage

Ergebnis der Suchanfrage


Datum des Suchindex: Heute, 04:02

Parameter dieser Suchanfrage:

Suche in Thema: Marge Binar Tree
Suche alle Beiträge, die von "sk.Silvia" geschrieben wurden
• Suchmethode: "Suche nach allen Begriffen"
• Nach Datum (firstpost) sortiert
• Zeige Treffer als Beiträge
Zeige 3 von insges. 3 Treffern
Suche benötigte 0.005s

Es liegen Ergebnisse in folgenden Bereichen vor:

  • Forum: Object-Pascal / Delphi-Language

    Re: Marge Binar Tree

      Delphi
      by sk.Silvia, 14. Apr 2006
    thanks for your code maribu, is i understood Clone Clone (Creates based on same value) a new node but not only the node, but it also Clone all his childrens and childrens of their childrens...cool...i will find a great use for it when extracting (cloning a part) subtree... :zwinker: :kiss:


    i solded my problems follows

    i thought that by using

    consturctor PowerCreate(Node:TBinTree);...
  • Forum: Object-Pascal / Delphi-Language

    Re: Marge Binar Tree

      Delphi
      by sk.Silvia, 14. Apr 2006
    ok, lets say that t1 has only left childrens and t2 only right childrens, i want marge up t2 to t1.right so t1 is a compleate tree, but t2 stays as before, and by acting with right childrens of t1 i will act only them, not also t2...so better to say, i will insert one tree to another but i will that the inserted tree will stay separate

    lets say i have a main tree called t1 with many childrens...
  • Forum: Object-Pascal / Delphi-Language

    Marge Binar Tree

      Delphi
      by sk.Silvia, 14. Apr 2006
    hi there i have a problem :

    so i have two tree structures New (has value 77 in left upper corner) and BinTree (is the large tree) are declared as standard tree

    type TBinTree=class
    Value:integer;
    Left,Right: TBinTree;
    constructor Create(New_Value:integer; New_Left, New_Right:TBinTree); Overload;
    constructor PowerCreate(Node:TBinTree); Overload;
    ...


URL zu dieser Suchanfrage:

https://www.delphipraxis.net/dp_search.php?do=usersearch&search_username=sk.Silvia&search_exact_username=1&search_sortby=dateline&search_resulttype=post&search_matchmode=0&searchthreadid=67441
Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 04:15 Uhr.
Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz