Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mitjabezensek/dfsm_minimization
This is the source code for the blog post on deterministic finite state machine minimization.
https://github.com/mitjabezensek/dfsm_minimization
Last synced: 20 days ago
JSON representation
This is the source code for the blog post on deterministic finite state machine minimization.
- Host: GitHub
- URL: https://github.com/mitjabezensek/dfsm_minimization
- Owner: MitjaBezensek
- Created: 2015-05-07T22:43:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-07T22:48:29.000Z (over 9 years ago)
- Last Synced: 2024-04-24T03:00:53.524Z (7 months ago)
- Language: C#
- Homepage: http://bezensek.com
- Size: 133 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A simple implementation of a deterministic finite state machine minimization in C#. A post about it can be found on my blog: http://bezensek.com/blog/2015/05/08/deterministic-finite-state-machine-minimization/