The document presents a study on DFA (Deterministic Finite Automata) minimization using Map-Reduce frameworks, specifically comparing Moore's and Hopcroft's algorithms. It discusses the structure of the minimization problem, the algorithms' complexities, and their implementation in a Map-Reduce context, including communication costs and experimental results. The conclusion highlights that Hopcroft's algorithm outperforms Moore's in terms of communication cost and execution time under certain conditions, with suggestions for future work to further improve performance.
Related topics: