Skip to content

IrfanFaizullabhoy/go-hash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run instructions are as follows: (This assumes that you have installed golang)

  • go get ./...
  • go build
  • go test -v ./...

If you don't have Golang, you are welcome to use the Docker run guide:

  • docker build -t hash .
  • docker run hash

This implementation of a hash table uses bucketing, as opposed to probing, this is generally a better idea for fixed size hash tables.

hashtable_test.go contains the tests for hashtable.go

About

bucketing hash table written in golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages