reading-notes

Graph Basics:

Represents a connection between two vertices in a graph.

Degree:

The degree of a vertex is the number of edges connected to that vertex.

Directed vs. Undirected:

Graphs are a fundamental data structure with various applications in computer science and real-world scenarios. Understanding their properties and traversal techniques is crucial for solving complex problems and optimizing algorithms.