/Extendible-Hashing-Simulator

A program to simulate Extendible Hashing written in Java

Primary LanguageJava

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