Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please give the answr in 30 min l will give you like 1. (10 puan) Aadaki iki farkl yntemi kullanarak size verilen deerleri en fazla

image text in transcribed

Please give the answr in 30 min l will give you like

1. (10 puan) Aadaki iki farkl yntemi kullanarak size verilen deerleri en fazla 10 eleman ieren karma (hash) tablosuna ekleyiniz. Bu soru iin aadaki tabloyu doldurmanz yeterlidir. (Using the two different methods below, insert the given values to the hash table that can contain at most 10 elements. For this question, simply fill in the table below.) (a) ift Karma (Double Hashing) Karma fonksiyonu (hash function): h(k)=k mod 10 h(k, 1) = [h1(k) + ih2(k)] mod m (h1=k mod 10, h2=k mod 7) 35, 45, 33, 23, 48, 10, 24, 41, 54 (6) kinci dereceden problama (Quadratic Probing) Karma fonksiyonu (hash function): h(k, 1) = [h'(k)+ci*i+c*i'] mod 10 (h'=k mod 10, c1=2, c2=1) 35, 45, 33, 23, 48, 10, 24, 41, 54 (a) (6) 0 0 1 1 2. 2. 3 3 1 4 5 6 6 7 7 00 8 9 9

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Processing Fundamentals Design And Implementation

Authors: KROENKE DAVID M.

1st Edition

8120322258, 978-8120322257

More Books

Students also viewed these Databases questions