About 763,000 results
Open links in new tab
  1. What is Directed Graph? | Directed Graph meaning

    Mar 9, 2023 · Computer networks: Computer networks such as the internet can be represented as directed graphs, with vertices representing devices such as computers or routers and edges …

  2. Directed Graphs, Multigraphs and Visualization in Networkx

    Dec 28, 2022 · Now, we will show the basic operations for a MultiGraph. Networkx allows us to create both directed and undirected Multigraphs. A Multigraph is a Graph where multiple …

  3. Types of Graphs with Examples - GeeksforGeeks

    Feb 22, 2025 · It is used to establish a pairwise relationship between elements in a given set. graphs are widely used in discrete mathematics, computer science, and network theory to …

  4. Directed Graph — NetworkX 3.4.2 documentation

    Draw a graph with directed edges using a colormap and different node sizes. Edges have different colors and alphas (opacity). Drawn using matplotlib. Total running time of the script: (0 minutes …

    Missing:

    • Computer Network

    Must include:

  5. An introduction to Graph Analysis and NetworkX - Medium

    Jan 24, 2024 · Among the common classifications are directed graphs, also referred to as digraphs, where edges possess a specific direction, and undirected graphs, where edges lack …

  6. What Is the Difference Between a Directed and an Undirected Graph

    Aug 30, 2024 · At first, we’ll discuss the relationship between graphs and network theory, on one hand, and graphs and information theory, on the other. In doing so, we’ll learn a definition of …

  7. For directed graphs, the same definitions hold with directed edges (in which case we say “a path from node i to node j ”). = [A 2]ij . = [Ar ]ij . An undirected graph is connected if every two …

  8. A directed graph is called a directed acyclic graph (or, DAG) if it does not contain any directed cycles. A first glance, DAGs don’t appear to be particularly interesting.

    Missing:

    • Computer Network

    Must include:

  9. Introduction to Graphs

    Example of a directed graph representing a flight network. We can study air transportation by constructing a graph, called a flight network, whose vertices are associated with airports, and …

  10. Directed Graphs in Graph Theory - Online Tutorials Library

    In computer networks, directed graphs are used to model network topology, where vertices represent routers or computers, and directed edges represent communication links between …

  11. Some results have been removed
Refresh