yoshi@renyi ~/Documents/www/2013i/mac323/exx/2013.05.23 $ make all gcc -g -I. -Wall -pedantic -ansi -c prog12.2.c gcc -g -I. -Wall -pedantic -ansi -c prog14.3.basic.c gcc -g -I. -Wall -pedantic -ansi -c Item.c gcc -g -I. -Wall -pedantic -ansi -o prog12.2a prog12.2.o prog14.3.basic.o Item.o -lm gcc -g -I. -Wall -pedantic -ansi -c prog14.3.Knuth.c gcc -g -I. -Wall -pedantic -ansi -o prog12.2b prog12.2.o prog14.3.Knuth.o Item.o -lm yoshi@renyi ~/Documents/www/2013i/mac323/exx/2013.05.23 $ prog12.2a < bible_KJ.txt > ba.out yoshi@renyi ~/Documents/www/2013i/mac323/exx/2013.05.23 $ prog12.2b < bible_KJ.txt > bb.out yoshi@renyi ~/Documents/www/2013i/mac323/exx/2013.05.23 $ head ba.out Statistics: 824150 keys Statistics: 34059 distinct keys dew? punished. bestead fly: corrupters. men;) Awake, leddest yoshi@renyi ~/Documents/www/2013i/mac323/exx/2013.05.23 $ tail ba.out + list 16374: [4] **** + list 16375: [2] ** + list 16376: [4] **** + list 16377: [1] * + list 16378: [1] * + list 16379: [3] *** + list 16380: [3] *** Max no. of items in the lists: 12 Average no. of items in the lists: 2.07918 yoshi@renyi ~/Documents/www/2013i/mac323/exx/2013.05.23 $ head bb.out Statistics: 824150 keys Statistics: 34059 distinct keys chapiter. Israel; weaned. 4:22 daytime infidel. Gehazi rot. yoshi@renyi ~/Documents/www/2013i/mac323/exx/2013.05.23 $ tail bb.out + list 16374: [1] * + list 16375: [3] *** + list 16376: [3] *** + list 16377: [3] *** + list 16378: [1] * + list 16379: [0] + list 16380: [4] **** Max no. of items in the lists: 12 Average no. of items in the lists: 2.07918 yoshi@renyi ~/Documents/www/2013i/mac323/exx/2013.05.23 $