Skip to content
This repository has been archived by the owner on Oct 3, 2019. It is now read-only.

Compare the performance of linked list and hash table in terms of speed.

License

Notifications You must be signed in to change notification settings

0x01h/hashtable-vs-linkedlist

Repository files navigation

Hash Table vs. Linked List

This project compares the performance of linked list and hash table for the same input in terms of speed. While hash table's search operation costs O(1), linked list's search operation cost is O(n). So, you can easily observe their run times using large and intense inputs. Please, read the report clearly before using the code.

Releases

No releases published

Packages

No packages published

Languages