HW0BC/knap.c HW0BC/Makefile HW0BC/report.pdf HW0BC/ HW0BC/timer.h HW0BC/timer.c gcc -o timer.o -c timer.c gcc -O3 -o knapMEseq knap.c timer.o gcc -O3 -fopenmp -o knapMEpar knap.c timer.o |----------------------k10--------------------------| The number of objects is 10, and the capacity is 25. Time taken : 0.000004. The last row of solution is: 0 0 200 200 200 390 400 400 400 590 590 590 590 605 605 619 749 749 749 749 764 764 778 849 874 874 |---------------------k10par------------------------| The number of objects is 10, and the capacity is 25. Time taken : 0.000004. The last row of solution is: 0 0 200 200 200 390 400 400 400 590 590 590 590 605 605 619 749 749 749 749 764 764 778 849 874 874 |----------------------k10--------------------------| The number of objects is 10, and the capacity is 25. Time taken : 0.000004. |---------------------k10par------------------------| The number of objects is 10, and the capacity is 25. Time taken : 0.000004.