Skip to content

Project for Parallel Computing course. Sequential and parallel implementations of Bigrams search algorithm in Java.

License

Notifications You must be signed in to change notification settings

elia-mercatanti/parallel-bigrams

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parallel Bigrams - Parallel Computing Project

Project for Parallel Computing course. Sequential and parallel implementations of Bigrams search algorithm in Java.

More information can be found in the report of the project: Report.

Installation

  1. Clone the repo.
git clone https://github.com/elia-mercatanti/parallel-bigrams
  1. Run Bigrams_sequential.java or Bigrams_parallel.java.

Usage

Pass to the application the string argument "letters" to compute bigrams of letters or "words" to compute bigrams of words.

Authors

License

Licensed under the term of MIT License.

About

Project for Parallel Computing course. Sequential and parallel implementations of Bigrams search algorithm in Java.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages