PDF 2 Graph Introduction Flashcards
Definition of graphs and typologies
Definition of adjacency between two nodes
When an arc/edge is incident to a node?
Concept of degree
Definition of path for directed and undirected
When two nodes are connected?
What strongly connected means? And only connected?
Difference between circuit and cycles
Definition of bipartite graph
Complete graph
Definition of cuts
Upper bound on the number of edges/arcs
Dense and sparse graph, how to represent and different data structure
Algorithm: Reachability Problem BFS and DFS
Complexity of reachability problem
Big O-notation
Subgraph
Tree
Spanning tree
Leaves
First property of trees with proof by induction
Second property unique path
Third property of cycles
Exchange property