About 4,440,000 results
Open links in new tab
  1. Types of Graphs with Examples - GeeksforGeeks

    Feb 22, 2025 · A graph is a mathematical structure that represents relationships between objects by connecting a set of points. 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 represent relationships between objects.

  2. Graph (abstract data type) - Wikipedia

    A directed graph with three vertices (blue circles) and three edges (black arrows). In computer science, a graph is an abstract data type that is meant to implement the undirected graph and directed graph concepts from the field of graph theory within mathematics.

  3. Graph Algorithms - GeeksforGeeks

    Apr 1, 2024 · Graph algorithms are methods used to manipulate and analyze graphs, solving various range of problems like finding the shortest path, cycles detection. If you are looking for difficulty-wise list of problems, please refer to Graph Data Structure.

  4. Applications of Graph Data Structure - GeeksforGeeks

    Feb 24, 2023 · A graph is a non-linear data structure, which consists of vertices(or nodes) connected by edges(or arcs) where edges may be directed or undirected. In Computer science graphs are used to represent the flow of computation.

  5. Introduction to Graph Theory | Baeldung on Computer Science

    Jun 7, 2024 · We’ll first study the basics of graph theory, in order to familiarize ourselves with its conceptual foundation. We’ll then study the types of graphs that we can find in our machine learning applications. At the end of this tutorial, we’ll know what a …

  6. Graphs are ubiquitous in computer science because they provide a handy way to represent a relationship between pairs of objects. The objects represent items of interest such as programs, people, cities, or web pages, and we place an edge between a pair of nodes if …

  7. Graphs in Computer Science - Computer Action Team

    Graphs are mathematical concepts that have found many uses in computer science. Graphs come in many different flavors, many of which have found uses in computer programs. Some flavors are: Simple graph Undirected or directed graphs Cyclic or acyclic graphs labeled graphs Weighted graphs Infinite graphs

  8. Explained: Graphs | MIT News | Massachusetts Institute of …

    Dec 17, 2012 · The most familiar example of a graph, in the computer-science sense, may be a network diagram, with computers or routers depicted as circles and the connections between them depicted as line segments.

  9. Introduction to Graph Data Structure with Practical Examples

    In computer science and mathematics, the graph data structure stands as a fundamental concept with far-reaching applications. From social networks to transportation systems, algorithms leveraging graphs power a wide range of modern technologies. A graph is comprised of multiple components that work together to define its structure and properties.

  10. Graphs are an incredibly useful structure in Computer Science! They arise in all sorts of applications, including scheduling, optimization, communications, and the design and

  11. Some results have been removed
Refresh