Graphs

Data Structures Graphs   Contents Define and classify the Graph 1 Recall various Terminologies used in the Graph 2 Describe various representations of a Graph 4 Compare various representations of a Graph 5 Define Graph Traversing 7 Describe BFS with Suitable...

Trees

 Data Structures Trees Contents Define and Classify Tree 1 Recall basic Tree Terminologies 2 Describe Array and Linked Representation 3 Recall the concept of Binary Tree Creation 4 Draw the Binary Trees for the given number of Nodes 6 Explain the Concept of Strictly...

Linked Lists

  Linked Lists Contents Define, declare, and classify the Linked List 1 Recall need of the Linked List 2 Recall Merits and Demerits of the Linked List 3 Differentiate between Array and Linked List 4 Create and display a singly linked list 6 Create and display a...