yoshi@erdos:~/Main/www/2002i/CompII/exx/g3$ ll total 16 lrwxrwxrwx 1 yoshi yoshi 10 Jun 18 13:32 GRAPH.c -> prog17.3.c -rw-r--r-- 1 yoshi yoshi 516 Jun 18 13:37 GRAPH.h lrwxrwxrwx 1 yoshi yoshi 11 Jun 18 13:32 Makefile -> ../Makefile lrwxrwxrwx 1 yoshi yoshi 10 Jun 18 13:32 driver.c -> prog17.2.c -rw-r--r-- 1 yoshi yoshi 524 Jun 18 13:44 prog17.2.c -rw-r--r-- 1 yoshi yoshi 2145 Jun 18 14:26 prog17.3.c -rw-r--r-- 1 yoshi yoshi 605 Jun 13 19:18 prog18.4.c yoshi@erdos:~/Main/www/2002i/CompII/exx/g3$ make GRAPH.o driver.o gcc -g -I. -Wall -pedantic -c GRAPH.c gcc -g -I. -Wall -pedantic -c driver.c yoshi@erdos:~/Main/www/2002i/CompII/exx/g3$ gcc GRAPH.o driver.o yoshi@erdos:~/Main/www/2002i/CompII/exx/g3$ a.out 10 10 1 6 10 vertices, 8 edges 0: 1: 7 8 2: 3 3: 2 6 7 4: 5: 6 7 6: 3 5 7 7: 1 3 5 6 8: 1 9: 1 6 sao ligados por um caminho. yoshi@erdos:~/Main/www/2002i/CompII/exx/g3$ a.out 10 10 1 3 10 vertices, 8 edges 0: 1: 7 8 2: 3 3: 2 6 7 4: 5: 6 7 6: 3 5 7 7: 1 3 5 6 8: 1 9: 1 3 sao ligados por um caminho. yoshi@erdos:~/Main/www/2002i/CompII/exx/g3$ a.out 10 10 1 5 10 vertices, 8 edges 0: 1: 7 8 2: 3 3: 2 6 7 4: 5: 6 7 6: 3 5 7 7: 1 3 5 6 8: 1 9: 1 5 sao ligados por um caminho. yoshi@erdos:~/Main/www/2002i/CompII/exx/g3$ a.out 100 100 0 99 | tail 91: 43 45 55 63 92: 25 51 69 93: 6 20 77 98 94: 95: 71 96: 97: 63 98: 66 70 93 99: 24 54 60 0 99 sao ligados por um caminho. yoshi@erdos:~/Main/www/2002i/CompII/exx/g3$ a.out 100 100 0 98 | tail 91: 43 45 55 63 92: 25 51 69 93: 6 20 77 98 94: 95: 71 96: 97: 63 98: 66 70 93 99: 24 54 60 0 98 sao ligados por um caminho. yoshi@erdos:~/Main/www/2002i/CompII/exx/g3$ a.out 100 100 0 97 | tail 91: 43 45 55 63 92: 25 51 69 93: 6 20 77 98 94: 95: 71 96: 97: 63 98: 66 70 93 99: 24 54 60 0 97 sao ligados por um caminho. yoshi@erdos:~/Main/www/2002i/CompII/exx/g3$ a.out 100 100 0 98 | tail 91: 43 45 55 63 92: 25 51 69 93: 6 20 77 98 94: 95: 71 96: 97: 63 98: 66 70 93 99: 24 54 60 0 98 sao ligados por um caminho. yoshi@erdos:~/Main/www/2002i/CompII/exx/g3$ a.out 100 100 0 96 | tail 91: 43 45 55 63 92: 25 51 69 93: 6 20 77 98 94: 95: 71 96: 97: 63 98: 66 70 93 99: 24 54 60 0 96 nao sao ligados por um caminho. yoshi@erdos:~/Main/www/2002i/CompII/exx/g3$ a.out 100 100 0 95 | tail 91: 43 45 55 63 92: 25 51 69 93: 6 20 77 98 94: 95: 71 96: 97: 63 98: 66 70 93 99: 24 54 60 0 95 sao ligados por um caminho. yoshi@erdos:~/Main/www/2002i/CompII/exx/g3$ a.out 100 70 0 99 | tail 91: 43 63 92: 25 51 69 93: 6 20 77 98 94: 95: 71 96: 97: 63 98: 66 70 93 99: 24 54 60 0 99 sao ligados por um caminho. yoshi@erdos:~/Main/www/2002i/CompII/exx/g3$ a.out 100 70 0 97 | tail 91: 43 63 92: 25 51 69 93: 6 20 77 98 94: 95: 71 96: 97: 63 98: 66 70 93 99: 24 54 60 0 97 sao ligados por um caminho. yoshi@erdos:~/Main/www/2002i/CompII/exx/g3$ a.out 100 70 0 91 | tail 91: 43 63 92: 25 51 69 93: 6 20 77 98 94: 95: 71 96: 97: 63 98: 66 70 93 99: 24 54 60 0 91 sao ligados por um caminho. yoshi@erdos:~/Main/www/2002i/CompII/exx/g3$ a.out 100 50 0 91 | tail 91: 43 92: 25 51 93: 6 20 77 98 94: 95: 71 96: 97: 63 98: 70 93 99: 54 60 0 91 nao sao ligados por um caminho. yoshi@erdos:~/Main/www/2002i/CompII/exx/g3$ a.out 100 50 0 95 | tail 91: 43 92: 25 51 93: 6 20 77 98 94: 95: 71 96: 97: 63 98: 70 93 99: 54 60 0 95 nao sao ligados por um caminho. yoshi@erdos:~/Main/www/2002i/CompII/exx/g3$ make clean /bin/rm -f *~ \#~ .\#* *.o core a.out yoshi@erdos:~/Main/www/2002i/CompII/exx/g3$