Minimize
Input:
{ "initialStates": "a", "acceptStates": [ "c", "d", "e" ], "states": { "a": { "0": "b", "1": "c" }, "b": { "0": "a", "1": "d" }, "c": { "0": "e", "1": "f" }, "d": { "0": "e", "1": "f" }, "e": { "0": "e", "1": "f" }, "f": { "0": "f", "1": "f" } } }
Output: