An open API service indexing awesome lists of open source software.

https://github.com/mstrlc/ijc-homework-2

FIT VUT – IJC – hashtable and word counting homework
https://github.com/mstrlc/ijc-homework-2

c fit hashtable ijc vut wordcount

Last synced: about 1 month ago
JSON representation

FIT VUT – IJC – hashtable and word counting homework

Awesome Lists containing this project

README

        

### FIT VUT – IJC – 2nd homework
**10.5 / 15 points**
- wordcount neni staticky sestaveny (chybi -static)
- valgrind hlasi chyby u tail i wordcount
- neuvolnena pamet u wordcount
- wordcount nefunguje spravne, segfault

[![wakatime](https://wakatime.com/badge/github/mstrlc/ijc-homework-2.svg)](https://wakatime.com/badge/github/mstrlc/ijc-homework-2)

The task was to implement a hashtable in C with add, delete, resize, clear, search, etc. functions and dynamic memory allocation. The hashtable would change size accordingly, in order to get best performance when searching for items. Then, the hashtable is used to recreate a C++ program that counts occurences of words in a text file in C.