Skip to the content.

A collection of reference implementation of algorithms.


Repository Description
💾 graph-openmp OpenMP-based parallel graph implementation.
💾 pagerank-seq Single-threaded CPU-based PageRank.
💾 pagerank-cuda Switched thread/block-per-vertex CUDA-based PageRank.
💾 pagerank-nvgraph NVIDIA’s Graph Library nvGraph PageRank.
⛏️ graph-properties List a few graph properties.
⛏️ graph-generate Perform certain operations upon a fixed graph.



ORG