Skip to content
#

graph-algorithm

Here are 76 public repositories matching this topic...

VeloGraphX

VeloGraphX is a high-performance C++20 engine for exact analytics on evolving graphs, combining mutable graph storage, adaptive incremental repair vs. recomputation, multicore CPU execution, and reproducible benchmarking across dynamic BFS, SSSP, connected components, triangles, k-core, and PageRank.

  • Updated Sep 3, 2026
  • C++

A library to simulate DFAs and Probabilistic DFAs using context switching. This library provides a way to build and define the behavior of a graph. The client is able to define the function each vertex and edge of the graph make and how the graph transitions from one (the first valid edge) or to many states, as well as which states the graph sta…

  • Updated Mar 28, 2021
  • C

Add this topic to your repo

To associate your repository with the graph-algorithm topic, visit your repo's landing page and select "manage topics."

Learn more