Skip to content

This is a little experiment with search and sort algortithms for phone book searching.

Notifications You must be signed in to change notification settings

piotr-bujnowski/phonebook-search-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is a little experiment with search and sort algortithms for phone book searching.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages