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.
- Clone the repo.
git clone https://github.com/elia-mercatanti/parallel-bigrams
- Run Bigrams_sequential.java or Bigrams_parallel.java.
Pass to the application the string argument "letters" to compute bigrams of letters or "words" to compute bigrams of words.
- Elia Mercatanti - GitHub: elia-mercatanti
- Marco Calamai - GitHub: marcocalamai
Licensed under the term of MIT License.