🚨 Latest Research:Tanstack npm Packages Compromised in Ongoing Mini Shai-Hulud Supply-Chain Attack.Learn More →
Socket
Book a DemoSign in
Socket

github.com/edjunior0/hash-table-implementation

Package Overview
Dependencies
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/edjunior0/hash-table-implementation

Source
Go Modules
Version
v0.0.0-20220712115519-da53ad2817e4
Version published
Created
Source

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:

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

FAQs

Package last updated on 12 Jul 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts