Laten we beginnen. Het is Gratis
of registreren met je e-mailadres
LISTA Door Mind Map: LISTA

1. algoritam sortiranja

1.1. lista parnih brojeva

1.1.1. quick sort silazno

1.1.1.1. sortirana ilsta, silazno

1.2. lista neparnih brjeva

1.2.1. quick sort silazno

1.2.1.1. sortirana lista uzlazno

2. generiranje 10000 brojeva

3. New node

4. New node

5. lista.polje.h

5.1. operacije

5.1.1. firstL(L)

5.1.2. nextL(p,L)

5.1.3. locateL(x,L)

5.1.4. deleteL(p,L)

5.1.5. deleteallL(L)

5.1.6. endL(L)

5.1.7. previousL(p,L)

5.1.8. insertL(x,p,L)

5.1.9. retreiveL(p,L)

5.1.10. initL(L)

5.2. elementi

5.2.1. duljina liste

5.2.2. pozicija

5.2.2.1. sljedbenik

5.2.2.2. prethodnik

5.2.3. niz

5.2.4. isti tip

6. lista.pokazivač.h

6.1. operacije

6.1.1. firstL(L)

6.1.2. nextL(p,L)

6.1.3. locateL(x,L)

6.1.4. deleteL(p,L)

6.1.5. deleteallL(L)

6.1.6. endL(L)

6.1.7. previousL(p,L)

6.1.8. insertL(x,p,L)

6.1.9. retreiveL(p,L)

6.1.10. initL(L)

6.2. elementi

6.2.1. duljina liste

6.2.2. pozicija

6.2.2.1. sljedbenik

6.2.2.2. prethodnik

6.2.3. niz

6.2.4. isti tip

7. New node

8. New node