/ImageSearch

Using hash-maps with images

Primary LanguageC

Images Search

This repo is a mini-project for Data Structures course at "Faculty of Engineering, Alexandria University".

Using hashing, images are loaded into hashmaps both by Linear Probing & Separate Chaining to compare the performance of the two techniques.

sample runs

search for an image

hash1

delete an image

hash2

insert an image

hash3