Lesson 1 of 16 • 102 upvotes • 3:08mins
16 lessons • 1h 31m
Overview of the Course (in Hindi )
3:08mins
What Is the Index of the Bin Into Which the Last Record Is Inserted? (in Hindi)
7:00mins
Hash Function H(K) = K Mod 10 and Linear Probing What Is the Resultant Hash Table?( in Hindi )
5:41mins
Which one of the following gives a possible order in which key values could inserted( in Hindi)
6:40mins
A hash table of size seven, with starting index zero, a hash function (3x + 4)mod7( in Hindi)
5:49mins
The hash function x mod 10, which of the following statements are true?( In Hindi )
6:10mins
A hash table contains 10 buckets and uses linear probing to resolve collisions( in Hindi )
5:09mins
Use the hash function h(x) = (ord(x) – ord (‘a’) +1) mod 10 (in Hindi)
6:02mins
The worst case number of comparison required when the symbol searched is not in table( in Hindi )
5:57mins
Minimum, maximum and average chain size( in Hindi)
5:20mins
Which hash function on integers will distribute keys most uniformly (in Hindi )
6:10mins
Hash function load factor( in Hindi )
6:06mins
Working modulo q = 11, find spurious through the Rabin Karp matcher( in Hindi )
6:35mins
What is probability of collision before the table 10% full ?( In Hindi )
5:11mins
Find the location of key( in Hindi )
5:12mins
Primary clustering in linear probing( in Hindi )
5:17mins