Iniziamo. È gratuito!
o registrati con il tuo indirizzo email
Zadatak_4 da Mind Map: Zadatak_4

1. Općenito stablo

1.1. Operacije

1.1.1. Parent(n,T)

1.1.2. FirstChild(n,T)

1.1.3. NextSibling(n,T)

1.1.4. Label(n,T)

1.1.5. Root(T)

1.1.6. Create(x,n,T)

1.1.7. ChangeLabelT(x,n,T)

1.1.8. Delete(n,T)

1.1.9. InitT(x,T)

1.2. Implementacije

1.2.1. Prvo dijete-sljedeći brat

2. Glavni program

2.1. Prolazak kroz sve funkcije

3. Binarno stablo

3.1. Operacije

3.1.1. ParentB(n,T)

3.1.2. LeftChildB(n,T)

3.1.3. RightChildB(n,T)

3.1.4. LabelB(n,T)

3.1.5. ChangeLabelB(x,n,T)

3.1.6. RootB(T)

3.1.7. CreateLeftB(x,n,T)

3.1.8. CreateRightB(x,n,T)

3.1.9. DeleteB(n,T)

3.1.10. InitB(x,T)

3.2. Implementacije

3.2.1. Pomoću jednostavnog polja

3.2.2. Pomoću pokazivača

4. Obilazak stabla

4.1. Preorder

4.2. Inorder

4.3. Postorder