Data Structures
Data Structures
2. What is garbage collection? Who will run garbage collection program? Remember 6
3. Justify a linked list is a data structure that is based on dynamic memory Understand 6
allocation. List the advantages of linked list dynamic memory
allocation.
Q.4 Solve any Two of the following
2. How does graph can be represented using adjacency matrix? What will Apply 6
be the adjacency matrix for the below given directed weighted graph?
A 5 B 3 E
6 2 4
C D F
9 7
3. Write short note on balanced trees. Understand 6