/Hash-Table-Manipulation

Simple C++ application (algorithm) made as a college assignment.

Primary LanguageC++MIT LicenseMIT

Hash Table Manipulation

Simple C++ application (algorithm) made as a college assignment.

hash

How To Use

To clone and run this application, you'll need C++ compiler that works for you (tried and made with Visual Studio Community).

Clone this repository

$ git clone https://github.com/DBDoco/Hash-Table-Manipulation.git

Go into the repository

$ cd Hash-Table-Manipulation

Compile with favorite C++ compiler and run the program from Release folder

version x86 release

Using application

After inputing the size of hash table the menu screen shows up which contains three main functions of the program:

  1. Input new element inside hash table;
  2. Search for an element inside of hash table;
  3. Show hash table.