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

    Feb 22, 2025 · Graph algorithms are widely used in computer science and other fields, such as social network analysis, logistics, and transportation. Graphs can be used to represent a wide …

  2. Graphs in Computer Science

    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 …

  3. 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 …

  4. Graphs Computer Science | OCR A Level Revision Notes

    Oct 2, 2024 · Learn about Graphs for your A Level Computer Science exam. This revision note includes nodes, edges, traversals in graph theory and applications in computing.

  5. 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 …

  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 …

  7. Graphs - Isaac Computer Science

    There are many more complex areas where graphs can be used, for example in modelling chemical compounds, electrical circuits, and gene mapping. More information can be recorded …

  8. Graphs and graph representations - Department of Computer Science

    There are several ways to represent graphs in a computer program. Which representation is best depends on the application. For example, consider the following weighted directed graph with …

  9. 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 …

  10. Graphs in Computer Science: A Comprehensive Overview of an

    In computer science, a graph is an abstract representation of a set of objects, known as vertices or nodes, connected by a set of edges. Graphs offer a flexible way to depict relationships and...

Refresh