Ask Experts Questions for FREE Help !
Ask
    Zolfresh's Avatar
    Zolfresh Posts: 16, Reputation: 1
    New Member
     
    #1

    Jun 2, 2015, 10:08 PM
    Linear probing in Hash table Data structure
    What is linear probing?

    Consider a hash function f defined as f (key) = key mod 13. Suppose I've used linear probing to insert keys 55, 58, 68, 91, 27, 145 in a hash table.
    What will be the location of 79 ?
    CravenMorhead's Avatar
    CravenMorhead Posts: 4,532, Reputation: 1065
    Adult Sexuality Expert
     
    #2

    Jun 3, 2015, 07:59 AM
    Okay, I get you have some serious homework right now, but you can't expect us to just answer all of them for you. Does this course have TA/Office hours? Talk to your TA or Prof. They should be able to help you out better.

    Also Google is your friend with questions like this. Linear Probing Hash Table, this search will answer your question. (BTW there is a 79 in your list.)

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

Change imported excel data from table structure to plain data [ 2 Answers ]

Hello, I have an excel spreadsheet that contains some imported tables. The tables contain close to 1 million records each. The tables come from an Access query that I import using Data --> Get External Data --> From Access. The problem is, the import sets the data up as an excel table which...

Collect data into 2 combo boxes from data in an access table [ 1 Answers ]

I have two combo boxes. When the form loads the db connection opens a recordset that selects all the data from the retaillocations table. When you choose the region (0-4), that number loads into a text box and the Contacts load into the forst combo box. Now I want to select only the Name based on...

Graph as a data structure. [ 1 Answers ]

How I can write a program for DFS/BFS using graph in C Programming ? Help; thanks in advance.

Data structure in c++ [ 1 Answers ]

Define:data hiding,encapsulation,inheritance,polymorphism,message passing,dyanamic binding.


View more questions Search