/Hash-Table

Hash Table, Dictionary, Linear Probing, Unit Testing, Sorting, Quick Sorting, Frequency ranking, ArrayList.

Primary LanguagePython

Hash-Table

Author: Chukwudi Derek Anyanwu

This repository contains code samples that implements the dictionary by a Hash Table using Linear Probing for conflict resolution and also demonstrate my skills and experience in the following:

  • Python
  • Problem Solving Approach
  • Hash Table and Dictionary
  • Linear Probing
  • Sorting
  • Abstract Data Types (ADT)
  • Unit testing (Python unittest)