Recent questions tagged data-structures

0 votes
2 answers
241
Explain the method to calculate the address of an element in an array. A 25*4 matrix arrayDATA is stored in memory in ‘row-major order’. If base address is 200 and 4 ...
3 votes
1 answer
244
Which data structure is commonly used to implement breadth first search in a graph?A queueA stackA heapA hash tableA splay tree
2 votes
1 answer
246
Can anyone please explain how to find “ i “ smallest elements from an array whose elements are distinctPlease use max heap to explain the working input : n distinct e...