Having installed the libpng
library in C for reading images like matrixes.
It can be installed with
sudo apt install libpng-dev
Having installed the PIL
library in Python for reading images:
It can be installed with
pip install pillow
Warning: they are in spanish
- Model a problem and find an efficient solution using hash functions.
- Analyze different hashing techniques for the efficiency of a solution.
- Document the design of the solution of an algorithmic problem.
The C programng can be complie using:
make
and ejecuted using:
./fumigate <input.txt>
./fumigate test_repo/queries/test0.txt
To generate every file use:
python3 gen.py
and to check them:
python3 compare.py