Skip to content

edsonjuniordev/hash-table-implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

hash-table-implementation

A hash table is a type of data structure that is widely used to make the search procedure more agile. Thus, it is widely used not for insertion or removal, but for faster searches.

In this repo, an implementation of the hash table in the Golang language was made using the multiplication method as the hash method. Furthermore, linked queues were used to handle collisions.

To clone and run this project, do the following:

  1. Enter your terminal;
  2. Access the repository you want to clone;
  3. Enter the command line: git clone https://github.com/EdJunior0/hash-table-implementation.git
  4. After cloning the project, enter in folder and open your terminal;
  5. Paste: go run main.go

About

A hash table implementation using the external chain multiplication method.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages