Skip to content

morukele/hash-table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hash Table

An educational and recreational attempt to program a hash table implementation using Rust.

For the hash function, I used two function:

  • A basic hash function
  • the djb2 hash function

This is not for production purposes. Please use std::Hashmap.

The code can be tested with

cargo run -- t8.shakespeare.txt

This tests the code with the shakespeare text file and returns the frequency of words.

Resources

About

A rust based implementation of hash table

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages