hash-table-implementations

There are 2 repositories under hash-table-implementations topic.

  • m4lf0rm3d/BIJLI-Hash-Table-Database

    In this project, I used CSV module to implement CRUD operations on CSV file using Python Programming Language. The CSV file has over 400,000 records of phone numbers. Searching them linearly may cause a lot of time. Therefore, I used Hash Table to search phone numbers in O(1).

    Language:Python1101
  • NikosMav/System-Programming-1

    A C++ project for the "Κ24 System Programming" course at DiT, NKUA. It features a command-line application for managing and analyzing patient records data using self-implemented data structures akin to the C++ STL. Includes custom linked lists, AVL trees, hash tables, and heaps. Test files for demonstration are provided.

    Language:C++10