https://github.com/tuokri/mapwords
https://github.com/tuokri/mapwords
hash-map hash-table
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tuokri/mapwords
- Owner: tuokri
- License: apache-2.0
- Created: 2018-07-31T11:14:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-12-31T11:50:02.000Z (over 6 years ago)
- Last Synced: 2025-02-01T15:45:53.568Z (over 1 year ago)
- Topics: hash-map, hash-table
- Language: C
- Size: 131 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mapwords
Count words and the number of their occurrences in a text file.
Uses a hash map with open addressing implemented in C.