Looking for SY Common ISE ODD 25-26 test answers and solutions? Browse our comprehensive collection of verified answers for SY Common ISE ODD 25-26 at moodle.spit.ac.in.
Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!
Write the answer in figure.
Consider a hash table of size seven, with starting index zero, and a hash function (3x + 4)mod7. Assuming the hash table is initially empty, which of the following is the contents of the table when the sequence 1, 3, 8, 10 is inserted into the table using closed hashing and linear probing? Note that ‘_’ denotes an empty location in the table.
A max-heap is a heap where the value of each parent is greater than or equal to the values of its children. Which of the following is a max-heap? Write the answer in capital letters only.
Traverse the given graph using Dept first traversal technique. Source node: a, Policy: ascending order of the node to be visited first
What will be the start and end time of node f?
Traverse the given graph using Dept first traversal technique.
Source node: a, Policy: descending order of the node to be visited first