Skip to content

NikosLasithiotakis/PageRank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published