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

1. Operacije nad općenitim stablom

1.1. ParentT(n, T)

1.2. FirstChildT(n, T)

1.3. NextSiblingT(n, T)

1.4. LabelT(n, T)

1.5. RooT(T)

1.6. CreateT(x, n, T)

1.7. ChangeLabelT(x, n, T)

1.8. DeleteT(n, T)

1.9. InitT(x, T)

2. Operacije nad binarnim stablom

2.1. ParentB(n, T)

2.2. LeftChildB(b, T)

2.3. RightChildB(n, T)

2.4. LabelB(n, T)

2.5. ChangeLabelB(x, n, T)

2.6. RootB(T)

2.7. CreateLeftB(x, n, T)

2.8. CreateRightB(x, n, T)

2.9. DeleteB(n, T)

2.10. InitB(x, T)

3. Algoritmi ophodnje stabla

3.1. Inorder

3.2. Preorder

3.3. Postorder

4. Biblioteke

4.1. Implementacija pomoću polja

4.2. Implementacija pomoću pokazivaća