[
    {
        "description": "Minimize the following DFA.",
        "testCases": [
            {
                "": true
            }
        ],
        "graph": {
            "nodes": [
                {
                    "left": 74,
                    "top": 76,
                    "i": false,
                    "f": false
                },
                {
                    "left": 72,
                    "top": 198,
                    "i": true,
                    "f": false
                },
                {
                    "left": 279,
                    "top": 64,
                    "i": false,
                    "f": true
                },
                {
                    "left": 263,
                    "top": 230,
                    "i": false,
                    "f": true
                },
                {
                    "left": 454,
                    "top": 58,
                    "i": false,
                    "f": false
                },
                {
                    "left": 442,
                    "top": 241,
                    "i": false,
                    "f": true
                }
            ],
            "edges": [
                {
                    "start": 0,
                    "end": 1,
                    "weight": "0"
                },
                {
                    "start": 0,
                    "end": 2,
                    "weight": "1"
                },
                {
                    "start": 1,
                    "end": 3,
                    "weight": "1"
                },
                {
                    "start": 1,
                    "end": 0,
                    "weight": "0"
                },
                {
                    "start": 2,
                    "end": 5,
                    "weight": "0"
                },
                {
                    "start": 2,
                    "end": 4,
                    "weight": "1"
                },
                {
                    "start": 3,
                    "end": 4,
                    "weight": "1"
                },
                {
                    "start": 3,
                    "end": 5,
                    "weight": "0"
                },
                {
                    "start": 4,
                    "end": 4,
                    "weight": "0<br>1"
                },
                {
                    "start": 5,
                    "end": 5,
                    "weight": "0"
                },
                {
                    "start": 5,
                    "end": 4,
                    "weight": "1"
                }
            ],
            "shorthand": false
        }
    }
]