Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 415 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 415 Bytes

graphAPI_clab

Run test for graph api functions: gcc testGraph.c graphAPI/graph_jrb.c libfdr/libfdr.a && ./a.out

Run test for huffman api functions: gcc testHuffman.c graphAPI/graph_jrb.c graphAPI/huffman.c libfdr/libfdr.a && ./a.out

Run test for split string: gcc gin.c graphAPI/graph_jrb.c libfdr/libfdr.a && ./a.out

Run test for K58 exam: gcc testK58.c graphAPI/graph_jrb.c libfdr/libfdr.a && ./a.out