October 7, 2023

Data-Structures

Question 228 Given a binary-max heap. The elements are stored in an array as 25, 14, 16, 13, 10, 8, 12. What is the content of […]
October 7, 2023

Data-Structures

Question 2 The preorder traversal of a binary search tree is 15, 10, 12, 11, 20, 18, 16, 19. Which one of the following is the […]
October 7, 2023

Data-Structures

Question 3 Consider a double hashing scheme in which the primary hash function is h1(k) = k mod 23, and the secondary hash function is h2(k) […]
October 7, 2023

Arrays

Question 1 Consider the following C program. #include int main () { int a [4] [5] = {{1, 2, 3, 4, 5}, {6, 7, 8, 9, […]
error: Alert: Content selection is disabled!!