Skip to content

tttiago/AdvancedAlgorithms

Repository files navigation

AdvancedAlgorithms

Projects for the university course Advanced Algorithms

Poject 1

Find the chromatic number ofa given undirected graph, using both an exhaustive search approach and a greedy heuristic.

Project 2

Count the occurrence of each letter in books, using three strategies: exact counting, approximate counting with fixed probability, and approximate counting with decreasing probability.

Project 3

Find the most common words in books using the Count-Min Sketch, ehich is a probabilistic data structure.

About

Projects developed for the Advanced Algorithms university course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published