in this project we are supposed to work with the indexing structre and the insertion of the values of the index into a hashing structre using differnt methods: open addressing, chanining, extendable hashing and multiplehahsing
- just having gcc,g++ or clang to run the proejct
- having make installed in your machine
- you can clone the project locally to run it
git clone https://github.com/Amr-Shams/CMPN407-Labs.git
in the directory named code you will find 2 Labs
- Lab01
inside this lab we will have a
MakeFile
with two runs
make run2
make run2 1
make run1
- pls use
make clean
after any run
- running the file is much easier
make runn