grafiteoriaan
Grafiteoriaan (graph theory) is a branch of mathematics that studies graphs, abstract structures used to model pairwise relations between objects. A graph G consists of a set V of vertices and a set E of edges, where each edge connects two vertices. Graphs can be undirected or directed, and may be simple or may include multiple edges and loops; weighted graphs assign a numerical value to edges. Graph theory provides a language for representing networks, schedules, and structures across disciplines.
The field traces its origins to Euler’s solution of the Königsberg bridge problem in 1736, which established
Key concepts include paths, cycles, connectivity, degree, and subgraphs. Important special classes are trees (connected acyclic
Applications are broad: computer networks and routing, circuit design, social network analysis, chemistry and biology, and