programming assignment is to implement a hash table based in-memory database using single linked chains for collision resolution.

computer science

Description

Your programming assignment is to implement a hash table based in-memory database using single linked chains for collision resolution. The database will contain DNS names of websites you wish to block. You will load a real DNS block list into the database and then make some queries for different DNS names. If a DNS name is found in the database, it will respond with a blocked message. If the DNS name is not in the database, it will respond with a not blocked message.

Instruction Files

Related Questions in computer science category