Subset of graph is tree-which has no-loop but in graph loop is possible.
3 ways to represent Greaph
- Objects and pointers
- Matrix
- Adjacency List
Familiarise with each one of it and know the trade-offs
Subset of graph is tree-which has no-loop but in graph loop is possible.
3 ways to represent Greaph
Familiarise with each one of it and know the trade-offs