Collaborative Practical Work to deal with texts using hash implementation in C.
const char* institution = "UFSJ";
const char* course = "Computer Science";
const char* subject = "Algorithms and Data Structures II";
const char* professor = "Daniel Madeira";
const float semester = 2022.2;
Davi dos Reis de Jesus | Gabriel de Paula Meira |
---|---|
222050002 | 222050003 |
# Run Makefile to compile the program
make
# Run the executable wih the input files args
./bin/out ./tests/input.txt ./tests/words.txt