Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.

modula 2 quick i selection sort algoritam

[es] :: Art of Programming :: modula 2 quick i selection sort algoritam

[ Pregleda: 3294 | Odgovora: 1 ] > FB > Twit

Postavi temu Odgovori

Autor

Pretraga teme: Traži
Markiranje Štampanje RSS

stuparic
stuparic dejan
banat

Član broj: 47164
Poruke: 59
*.ns.ac.yu.



Profil

icon modula 2 quick i selection sort algoritam17.11.2006. u 11:24 - pre 211 meseci
trebao bi mi algoritam za quick i selection sort, imam zadate procedure, tj def modul.



CONST
maxniz=15000;
TYPE

info:SHORTCARD;
niz:ARRAY [1..maxniz] OF info;

PROCEDURE quick (n:niz);
PROCEDURE selection (n:niz);

znam bubble sort ali ne znam sta da radim sa ovima.
ako bi neko mogao da mi odgovori
What if the prophecy is true?
What if tomorrow the war could be over?
Isn't that worth fighting for?
Isn't that worth dying for?

Morpheus.
 
Odgovor na temu

FuzzyCreation

Član broj: 112586
Poruke: 33
*.eunet.yu.



Profil

icon Re: modula 2 quick i selection sort algoritam18.11.2006. u 09:00 - pre 211 meseci

Djura Paunic: "Strukture podataka i algoritmi"
 
Odgovor na temu

[es] :: Art of Programming :: modula 2 quick i selection sort algoritam

[ Pregleda: 3294 | Odgovora: 1 ] > FB > Twit

Postavi temu Odgovori

Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.