Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 692 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 692 Bytes

AA Third Assignment

The objective of this project was to identify the most frequent letters in text files using different methods and to evaluate the quality of estimates regarding the exact counts. Three types of counters were implemented: an Exact Counter, a Decreasing Probability Counter, and a Frequent Counter.

Course

This project was developed under the Advanced Algorithms course of University of Aveiro.

How to run

You can find the running steps inside the report.pdf file.

Grade

This project's grade was 15 out of 20.

Authors