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
- Host: GitHub
- URL: https://github.com/mstrlc/ijc-homework-2
- Owner: mstrlc
- Created: 2022-04-08T17:25:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-24T09:03:11.000Z (almost 3 years ago)
- Last Synced: 2024-10-24T06:30:46.885Z (6 months ago)
- Topics: c, fit, hashtable, ijc, vut, wordcount
- Language: C
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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[](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.