Skip to content

mirameen/Extendible-hashing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extendible hashing simulator

Installation Instructions :-

  1. Extract everything to same folder.
  2. All the java and jar files have to be in the same folder.
  3. To compile -
    • For Linux
      javac -cp ".:core.jar" Main.java
    • For Windows
      javac -cp ".;core.jar" Main.java
  4. To Run -
    • For linux
      java -cp ".:core.jar" Main
    • For Windows
      java -cp ".;core.jar" Main

A Gui window will open

Screenshots of the simulator :-

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages