Skip to content

brokenhappy/parallelComputingAndDistributedSystemsAssignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parallel computing and distributed systems assignment

In this assignment I have to come up with some algorithm and create a simple single threaded implementation.

I choose an algorithm that traverses the graph of all internal links of a certain website and counts the occurences of all words.

The chosen website to scrape is guimp.com. It is a small website (litterally). This means the server wont be overloaded by the requests, the graph is small enough to traverse, and there is probably no bot protection

About

This is assignment 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages