Skip to content

karthikrangasai/Extendible-Hashing-Simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extendible Hashing Simulator

A program that simulates Extendible Hashing written in Java

Running the program:

  • Clone the project to a directory of choice using git clone https://github.com/karthikrangasai/Extendible-Hashing-Simulator.git
  • To use the CLI, run ./script.sh
  • To use the GUI, run ./gui_script.sh

Inputs for the CLI Mode:

  • Initially input the parameters of the program: Blocking_Factor Global_Deth Local_Depth Number_to_Hash_key_with
  • Then you can input: Key Operation
    • Keys are Integers
    • Operations are I : Insert, D : delete, S : Search

About

A program to simulate Extendible Hashing written in Java

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published