Sample Questions

Sample Questions

  • Draw a weighted graph using a given adjacency matrix

  • Implement a queue using a linked list, write the procedures of enqueue and dequeue, and determine the time complexity

  • Implement stack using a single linked list

  • Draw a B+ tree using the indexes- 12,14,19,30,21,22,13,34,18,23,38,40 where n=5

  • Draw a binary tree where pre-order and in-order sequences are given

Last updated