About 14,600,000 results
Open links in new tab
  1. Graph Algorithms - GeeksforGeeks

    4 days ago · 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 …

  2. Introduction to Graph Data Structure - GeeksforGeeks

    Dec 12, 2024 · Graph Data Structure is a non-linear data structure consisting of vertices and edges. It is useful in fields such as social network analysis, recommendation systems, and …

  3. Graph Data Structure - GeeksforGeeks

    Apr 13, 2025 · What is Graph Data Structure? Graph Data Structure is a collection of nodes connected by edges. It's used to represent relationships between different entities. If you are …

  4. Graph Data Structure - Online Tutorials Library

    What is a Graph? A graph is an abstract data type (ADT) which consists of a set of objects that are connected to each other via links. The interconnected objects are represented by points …

  5. Representing Graphs in Data Structures - Great Learning

    Dec 17, 2024 · Graphs are fundamental data structures widely used to model relationships between objects. Whether it’s social networks, transportation systems, or computer networks, …

  6. Graph in Data Structure | Types & Explanation - Simplilearn

    Feb 25, 2025 · What Are Graphs in Data Structure? Graphs in data structures are non-linear data structures made up of a finite number of nodes or vertices and the edges that connect them.

  7. Graph Data Structure - Programiz

    More precisely, a graph is a data structure (V, E) that consists of. In the graph, Adjacency: A vertex is said to be adjacent to another vertex if there is an edge connecting them. Vertices 2 …

  8. Graph Algorithms and Data Structures Explained with Java

    Jan 3, 2020 · What is a Graph Algorithm? Graph algorithms are a set of instructions that traverse (visits nodes of a) graph. Some algorithms are used to find a specific node or the path …

  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 …

  10. Graph Data Structure | Types, Algorithms & More (+Examples) …

    What Is A Graph Data Structure? A graph is a mathematical and data structure concept used to represent a set of objects and the relationships between them. It consists of two main …

  11. Some results have been removed
Refresh