Ans: 1)= In this class i have learned Data Structure< Data Structure applications, Linked list, Queue and importance of data structure in computer science.
Ans: 2)= Summary of data structure,
# Data Structure is a heart of computer science.
# Data Structure is a foundation.
# Applications of data structure is divertive.
Ans: 3)= Tree - A tree is a nonlinear hierarchical data structure that consists of nodes connected by edges. The real life applications of the tree in data structure are - Folders in operating system, HTML document object model, Network routing, Syntax tree in compiler.
Graph - A graph data structure is a data structure where data is stored in a collection of interconnected vertices (nodes) and edges (paths). The real life applications of the graph in data structure are - Social graph, Knowledge graph, Path optimization algorithm.