Skip to content

Shows how many times a word is repeated in a text file (UFSJ - AEDS2)

License

Notifications You must be signed in to change notification settings

Reisdrj/Hash_Text_Table

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hash Text Table

Collaborative Practical Work to deal with texts using hash implementation in C.

> See documentation <

 

Identification

Work

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;

Students

Davi dos Reis de Jesus Gabriel de Paula Meira
https://github.com/Reisdrj https://github.com/gabrieldp23
222050002 222050003

 

Instructions to run

# Run Makefile to compile the program
make

# Run the executable wih the input files args
./bin/out ./tests/input.txt ./tests/words.txt

About

Shows how many times a word is repeated in a text file (UFSJ - AEDS2)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages

  • C 89.9%
  • Makefile 10.1%