Project for Parallel Computing course. Sequential and parallel implementations of Bigrams count algorithm in Java.
Alghoritms times, speed-up of parallel version and a discussion can be found here: Report.
- Clone the repo.
git clone https://github.com/marcocalamai/Parallel-Java-Bigrams- Run files .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.