Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 393 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 393 Bytes

PageRank Algorithm with Pthreads

This project implements the PageRank algorithm using the Pthreads library in C. The PageRank algorithm is used to rank nodes in a graph, originally designed to rank web pages in search engine results. This implementation reads a graph from an input file, processes it using multiple threads, and outputs the computed PageRank values to a CSV file.