About 200 results
Open links in new tab
  1. Types of Graphs with Examples - GeeksforGeeks

    Feb 22, 2025 · 4. Simple Graph. A simple graph is a graph that does not contain more than one edge between the pair of vertices. A simple railway track connecting different cities is an …

  2. Mathematics | Graph Theory Basics – Set 2 - GeeksforGeeks

    Aug 27, 2024 · Examples. Simple Graph: Let us take the example of graph that has vertices say {A, B, C, D} and the edges labelled as (A, B), (B, C), (C, D), and (D, A). This is connected and …

  3. Planar Graphs and Graph Coloring | GeeksforGeeks

    Jan 17, 2025 · Planar graphs and graph coloring are fundamental concepts in graph theory, a branch of mathematics that studies the properties and applications of graphs. A planar graph …

  4. Walks, Trails, Paths, Cycles and Circuits in Graph

    Feb 27, 2025 · Find a simple path from B to F. Find a trail that uses every edge exactly once. Identify a cycle in the graph. Find the shortest path from A to E. List all possible paths from E …

  5. Introduction to Graph Data Structure - GeeksforGeeks

    Dec 12, 2024 · Graph Data Structure can be complex and difficult to understand, especially for people who are not familiar with graph theory or related algorithms. Creating and manipulating …

  6. Bar Graph | Meaning, Types, and Examples | GeeksforGeeks

    Jul 19, 2024 · A bar graph or bar chart is a visual presentation of a group of data that is made up of vertical or horizontal rectangular bars with lengths that are equal to the measure of the data. …

  7. Histogram - Definition, Types, Graph, and Examples

    Apr 18, 2025 · A histogram is a graph that represents the distribution of data. Here are the essential components, presented in simple terms: Title: This is similar to the name of the …

  8. Line Graph - GeeksforGeeks

    Dec 13, 2024 · Let us discuss the types of line graphs: Simple Line Graph; Multiple Line Graph; Compound Line Graph; Simple Line Graph. It is the most common type of line graph in which …

  9. Line chart in Matplotlib – Python | GeeksforGeeks

    Aug 13, 2024 · In this article, we will learn about line charts and matplotlib simple line plots in Python. Python Line chart in Matplotlib. Here, we will see some of the examples of a line chart …

  10. Find if a degree sequence can form a simple graph | Havel-Hakimi ...

    Jun 24, 2024 · Given a sequence of non-negative integers arr[], the task is to check if there exists a simple graph corresponding to this degree sequence. Note that a simple graph is a graph …

Refresh