Updated 9 months ago

nvgraph.sh • Rank 5.1 • Science 54%

CLI for nvGraph, which is a GPU-based graph analytics library written by NVIDIA, using CUDA.

Updated 9 months ago

pagerank-datatype • Science 41%

Comparison of PageRank algorithm using various datatypes.

Updated 9 months ago

https://github.com/amr-yasser226/pagerank-power-method • Science 26%

Modular Python implementation of the PageRank algorithm via the power method, with discrete‑math foundations, end‑to‑end code, and experimental validation.

Updated 9 months ago

pagerank-dynamic • Science 41%

Design of Dynamic PageRank algorithm for link analysis.

Updated 9 months ago

pagerank-cuda-dynamic • Science 54%

Design of CUDA-based Parallel Dynamic PageRank algorithm for measuring importance.

Updated 9 months ago

vector-multiplication-cuda • Science 41%

Comparing approaches for CUDA-based vector multiplication.

Updated 9 months ago

pagerank-barrierfrees-openmp-dynamic • Science 54%

Design of OpenMP-based statically scheduled Barrier-free Dynamic PageRank algorithm for link analysis.

Updated 9 months ago

pagerank-cuda • Science 41%

Design of CUDA-based PageRank algorithm for link analysis.

Updated 9 months ago

pagerank-openmp • Science 67%

Design of OpenMP-based PageRank algorithm for link analysis.

Updated 9 months ago

pagerank.js • Science 41%

Design of PageRank algorithm for link analysis in JavaScript.

Updated 9 months ago

pagerank-dead-ends • Science 41%

Comparing strategies of handling dead ends with PageRank algorithm for link analysis.

Updated 9 months ago

pagerank-openmp-dynamic • Science 67%

Design of OpenMP-based Parallel Dynamic PageRank algorithm for measuring importance.