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 tomorrow the war could be over,
isn't that worth fighting for,
isn't that worth dieing for!!!
Morpheus
isn't that worth fighting for,
isn't that worth dieing for!!!
Morpheus












modula 2 quick i selection sort algoritam