/exhash

Primary LanguageJavaScriptMIT LicenseMIT

Extendible Hashing Simulator

The main purpose of this project is to create a simulator for Extendible Hash structure. As we know this hashing falls under the category of Dynamic Hashing and it plays an important role in database indexing. So by using this simulator tool, one can easily grab the idea of how extendible hashing works. Enjoy ... ...

Getting Started

It's better to review the theory of Extendible hashing first before using this tool. To explore how Extendible Hashing works, just click here.

Prerequisites

You just need a web browser to open this simulator. To start this simulator just click here.

Installation

No installation is required. To review how to use this website, just visit here.

Built With

Versioning

This is version 3.0

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgements

  • Special thanks to the roundslider, math.js, fabric.js team for providing such great libraries with a lot of functionalities.