Loading [MathJax]/extensions/mml2jax.js
Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Engineering LibreTexts

Search

  • Filter Results
  • Location
  • Classification
    • Article type
    • Author
    • Set as Cover Page of Book
    • License
    • Show TOC
    • Transcluded
    • OER program or Publisher
    • Autonumber Section Headings
    • License Version
    • Print CSS
  • Include attachments
Searching in
About 1 results
  • https://eng.libretexts.org/Courses/Delta_College/C_-_Data_Structures/11%3A_Hashing/11.01%3A_Hashing
    Suppose we want to design a system for storing employee records keyed using phone numbers. We can think of using the following data structures to maintain information about different phone numbers. Fo...Suppose we want to design a system for storing employee records keyed using phone numbers. We can think of using the following data structures to maintain information about different phone numbers. For arrays and linked lists, we need to search in a linear fashion, which can be costly in practice. If we use arrays and keep the data sorted, then a phone number can be searched in O(Logn) time using Binary Search, but insert and delete operations become costly as we have to maintain sorted order.

Support Center

How can we help?