it creates one sorted list.each file should contain <=15no.s.1st create a programme that randomly chooses a size(<=15no.s.)for the list 1 then randomly generates a list of no.sand store them in file 1.repeat this procedure to select the other two lists of no.s and store them in file 1.repeat this procedure to select the other two lists(list2&list 3) & store them in corresponding files(file2&file3) for sorting & merging them into one.
file1(list1)32 12 5 990 1
file2(list2)2000 3
file3(list3)30 6
output in separate file:1 3 5 6 12 30 32 990 2000
2007-03-02
01:57:18
·
2 answers
·
asked by
ANURADHA B
1
in
Computers & Internet
➔ Programming & Design