Get Started. It's Free
or sign up with your email address
stablo by Mind Map: stablo

1. Implementacija stabla

1.1. ParentT(n,t)

1.2. FirstChildT(n,t)

1.3. NextSiblingT(n,t)

1.4. LabelT(n,t)

1.5. RootT(t)

1.6. Createt(x,t,n)

1.7. CreateLabelT(x,n,t)

1.8. DeleteT(n,t)

1.9. InitT(x,t)

2. Obilazak

2.1. Postorder

2.2. Inorder

2.3. Preorder

3. Implementacija

3.1. Jednostavno polje

3.2. Pokazivači

4. Elementi

4.1. Roditelj

4.2. Dijete

4.3. Korijen

4.4. Braća

4.5. List

4.6. Čvor

4.7. Potomak

5. Funkcije

5.1. ParentB

5.2. LeftChildB

5.3. RightChildB

5.4. LabelB

5.5. RootB

5.6. CreateLeftB

5.7. CreateRightB

5.8. DeleteB

5.9. InitB