Skip to content

Implemented an application that will recursively compute the number of links starting at a URL and navigate to each one of them and recursively compute the links from there. The application is implemented in Scala using different use cases like: 1) using sequential solution, only one thread. 2) using synchronization (threads and locks). 3) using…

Notifications You must be signed in to change notification settings

rohithjidagam/HyperLinkFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

HyperLinkFinder

Implemented an application that will recursively compute the number of links starting at a URL and navigate to each one of them and recursively compute the links from there. The application is implemented in Scala using different use cases like: 1) using sequential solution, only one thread. 2) using synchronization (threads and locks). 3) using Software Transaction Management.(STM) 4) using actors.

About

Implemented an application that will recursively compute the number of links starting at a URL and navigate to each one of them and recursively compute the links from there. The application is implemented in Scala using different use cases like: 1) using sequential solution, only one thread. 2) using synchronization (threads and locks). 3) using…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages