automaton
Equivalence between two automata
Which 开发者_Go百科is the best or easiest method for determining equivalence between two automata?[详细]
2023-03-24 04:58 分类:问答transition function of a automaton
My goal is to implement a transition function in OCaml which takes in input an state and a character is returns a positive Boolean formula(including true and false).[详细]
2023-01-27 15:13 分类:问答I have to parse a complicated string format. Is implementing an automaton a sensible approach?
I am currently struggling with a particularly obnoxious string format that I have to parse. The strings can contain substrings that denote a variable property that has to be resolved. Imagine somethin[详细]
2023-01-18 22:22 分类:问答Implement a finite state automaton in OOP
I am thinking about implementing a program with finite state automaton in an OOP language like Java or C++.[详细]
2023-01-03 20:51 分类:问答How should I implement this HashMap's equals and hashCode methods to represent an automaton state?
I want to put State objects (which are HashMaps with Character as key and State as Value into an ArrayList named allStates. Should I override the equals and hashCode methods here? Why? How?[详细]
2022-12-13 19:37 分类:问答