Skip to content
#

python-hash-table

Here is 1 public repository matching this topic...

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).

  • Updated Jan 1, 2023
  • Python

Add this topic to your repo

To associate your repository with the python-hash-table topic, visit your repo's landing page and select "manage topics."

Learn more