AhmedIAshraf / Perfect-Hashing-Dictionary

Dictionary Data Type with Perfect Hashing Algorithm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Perfect-Hashing-Dictionary

Implementing a Dictionary Data Type using Perfect Hashing Algorithms (Linear & Quadratic Space).

Dictionary Permitted Operations :

  • Insert a String
  • Delete a String
  • Find a String
  • Batch Insert a List of Strings
  • Batch Delete a List of Strings

About

Dictionary Data Type with Perfect Hashing Algorithm.


Languages

Language:Java 100.0%