Question: Design a graph node for a student having the following information :- Roll no of students ,Name of the student , Marks in Data Structure
Design a graph node for a student having the following information :- Roll no of students ,Name of the student , Marks in Data Structure course ,give the distance of linking vertices of Graph as the difference of age of the students represented by two vertices. And write a program with the user menu having the following functions.(Using Linked List)
1. Creation of Graph considering Roll No as unique information.
2. Insertion of the new student node in the existing Graph.
3. Depth First Search (DFS) | Iterative & Recursive Implementation
In C language
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
