Computer Science and Applications Dec 2012-01
26. A hash function f defined as f (key) = key mod 13, with linear probing isused to insert keys 55, 58, 68, 91, 27, 145. What will be the location of 79 ? (A) 1 (B) 2 (C) 3 (D) 4 27. Which of the following is true while converting CFG to LL(I) grammar…