Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edujbarrios/complexhashtable
Implementation of a complete and functional hash table taking into account several dispersion and exploration functions
https://github.com/edujbarrios/complexhashtable
Last synced: 29 days ago
JSON representation
Implementation of a complete and functional hash table taking into account several dispersion and exploration functions
- Host: GitHub
- URL: https://github.com/edujbarrios/complexhashtable
- Owner: edujbarrios
- Created: 2024-03-21T08:07:09.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-21T13:07:00.000Z (10 months ago)
- Last Synced: 2024-03-22T10:09:53.625Z (10 months ago)
- Language: C++
- Size: 208 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ComplexHashTable 🗃️
Welcome to ComplexHashTable! This project implements a complete and functional hash table, taking into account various dispersion and exploration functions.
To run the project, follow these steps:
1. Navigate to the project directory:
2. Execute `make` in your terminal to compile and run the project.
3. Once the program is running, press option 4 (`usage`) to see how to use the hash table.
If you want to see a demonstration of the correct functioning of the hash table with random values, navigate to the `/RandomValuesDebug` directory.
Please note: The hash table is designed to handle elements of 8 digits, which is equivalent to inserting Spanish National Identification Numbers (NIFs).