About 8,800 results
Open links in new tab
  1. Component (graph theory) - Wikipedia

    Components are sometimes called connected components. The number of components in a given graph is an important graph invariant, and is closely related to invariants of matroids, topological spaces, …

  2. Connected Components in a Graph | Baeldung on Computer Science

    Mar 26, 2025 · In this tutorial, we’ll discuss the concept of connected components in an undirected graph. We’ll go through some simple examples to get a basic understanding, and then we’ll list out …

  3. Understanding Graph Connectivity and Components

    Graph components are subgraphs of a larger graph that are connected within themselves but disconnected from other parts of the graph. Understanding components is crucial for analyzing the …

  4. Fundamentals of Graph Theory - GeeksforGeeks

    Jul 23, 2025 · Graphs are used to model pairwise relations between objects, making them a powerful tool for representing and analyzing complex systems in various fields. In this article, we will discuss …

  5. Intuitively, a connected component is a “piece” of a graph in the sense we just talked about. Question: How do we know that this particular definition of a “piece” of a graph is a good one? Goal: Prove that …

  6. Kinda Technical | A Guide to Graph Theory - Components of a Graph

    In graph theory, a component is a maximal connected subgraph of an undirected graph—meaning any two vertices within it are connected by paths, and it is disconnected from other vertices in the graph.

  7. Connected Components: Graph Algorithm Guide

    We’ll start with basic graph concepts and walk through the algorithms based on graph traversal and disjoint set union. Finally, we’ll demonstrate how to compute connected components directly on …

  8. Graphs - Intro - cs.nyu.edu

    --- ## Connected Components in a Graph A __connected component__ (or simply a component) of an undirected graph is a subgraph in which any two vertices are connected to each other by paths, and …

  9. Ultimate Guide to Connected Components - numberanalytics.com

    May 19, 2025 · Discover the fundamental principles of connected components in graphs and how they underpin key concepts in discrete mathematics and network analysis.

  10. Graph Theory Basics: Fresh Take – Quantitative Reasoning

    Here, you’ll learn about the essential components of a graph, such as vertices, edges, loops, and vertex degrees. You’ll also get to know about paths, circuits, and the concept of connected and …