fabiod20 / algorithms-and-data-structures

Final project of "Algorithms and Data Structures" course.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hash Table Analysis

This repository contains the final project of the Algorithms and Data Structures course (AY 19/20) at the University of Naples Federico II.

Assignment

The aim of the project is to analyze the performance of different kinds of hash tables in term of execution time for different operations (insert, search, delete)

Project

  • implementation directory contains different kinds of hash tables written in Java.
  • analysis directory contains the analysis of the hash tables performance, performed using pandas and matplotlib.

About

Final project of "Algorithms and Data Structures" course.


Languages

Language:Jupyter Notebook 97.0%Language:Java 3.0%