Click here to Skip to main content
15,885,877 members
Articles / General Programming / Algorithms

Incremental construction of DFA in F#

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
3 Aug 2016MIT6 min read 13.3K   80   3  
F#-implementation of algorithm for incremental construction of minimal deterministic finite automata through adding and removing strings.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Russian Federation Russian Federation
My open-source projects are available at the GitHub: https://github.com/Feofilakt.

Comments and Discussions