Session 09 Flashcards
1
Q
Applications of Graphs?
A
- Representing relationships between componenets in electronic circuits.
- Transportation networks
- Computer networks
- Databases
2
Q
3 ways of representing graphs?
A
- Adjacency Matrix
- Adjacency List
- Adjacency Set
3
Q
Graph Traversals / Graph search algorithms ?
A
- DFS
- BFS
4
Q
A