About 834,000 results
Open links in new tab
  1. DSA Graphs - W3Schools

    A vertex, also called a node, is a point or an object in the Graph, and an edge is used to connect two vertices with each other. Graphs are non-linear because the data structure allows us to …

  2. Introduction to Graph Data Structure - GeeksforGeeks

    Dec 12, 2024 · Vertices: Vertices are the fundamental units of the graph. Sometimes, vertices are also known as vertex or nodes. Every node/vertex can be labeled or unlabelled. Edges: Edges …

  3. Graph Data Structure - Online Tutorials Library

    Vertex − Each node of the graph is represented as a vertex. In the following example, the labeled circle represents vertices. Thus, A to G are vertices. We can represent them using an array as …

  4. Graph Data Structures: Graphs Cheatsheet - Codecademy

    The Java implementation of a Graph has an .addVertex() instance method that takes in data and creates a new Vertex, which it then adds to vertices. The method returns the new Vertex. The …

  5. Graph Data Structures (Adjacency Matrix, Adjacency List

    There are many ways to store graph information into a graph data structure. In this visualization, we show three graph data structures: Adjacency Matrix, Adjacency List, and Edge List — each …

  6. Graph Data Structure and Algorithms (Example) - Guru99

    Sep 26, 2024 · Here the set of vertex is: {A, B, C,D,E,F}. Two vertices create an edge. For example, A and B are linked with an edge. However, A and F are not linked with any edges. …

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

    Feb 25, 2025 · There are different types of graphs in data structures, each of which is detailed below. 1. Finite Graph. The graph G= (V, E) is called a finite graph if the number of vertices …

  8. Graph Algorithms - GeeksforGeeks

    May 13, 2025 · 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 …

  9. Thinking Like a Vertex: An Introduction to Graph Algorithms

    Jun 24, 2023 · Now that we know the importance of graphs and why they matter to us, let’s jump into how we can represent a graph data structure and write code for graph algorithms.

  10. Graph Data Structure: Types, Uses, Examples, Algorithms

    Mar 8, 2025 · Let’s learn everything about graphs in data structure, types, representation, traversal, implementation, and more. What is Graph Data Structure? A graph in data structure …

  11. Some results have been removed
Refresh