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

https://github.com/tuokri/mapwords


https://github.com/tuokri/mapwords

hash-map hash-table

Last synced: over 1 year ago
JSON representation

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.