Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 592 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 592 Bytes

phonebook-search-algorithms

This is a little experiment with search and sort algortithms for phone book searching.
For searching 500 contacts in around 1 mln record phone-book was used/tested:

  • LinearSearch
  • JumpSearch
  • BinarySearch
  • HashTableSearch

For sorting:

  • QuickSort
  • BubbleSort

Preview