This document defines and provides examples of various graph concepts from discrete mathematics including:
- Complete graphs, cycle graphs, wheel graphs, and hypercubes as special types of simple graphs
- Bipartite graphs and complete bipartite graphs
- Subgraphs and unions of graphs
- Representing graphs using adjacency lists and matrices
- Graph isomorphism
It includes over 20 examples applying these graph concepts and definitions.