alecksandr26 / HashTableFile

A simple program that uses a file as a map to map data by a given hash function.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HashTableFile

A simple program that uses a file as a map to map data by a given hash function.

Todo:

  • Create better tests!!!
  • Start creating some documentation
  • Add the fuetures to manipulate the deletions in the files

About

A simple program that uses a file as a map to map data by a given hash function.

License:MIT License


Languages

Language:C 97.7%Language:Makefile 2.3%