Discrete Mathematics
An undirected graph is a type of graph in which the edges have no direction, meaning that the connection between any two vertices is bidirectional. This allows for a symmetrical relationship between the vertices, where if one vertex is connected to another, it can be traversed in either direction. Undirected graphs are commonly used to represent relationships where the order does not matter, such as social networks or connections in a communication network.
congrats on reading the definition of undirected graph. now let's actually learn it.