heap_automata (250B)
1 # Heap automata 2 3 apparently only studied in [computer_science_stack_exchange]: 4 - https://cs.stackexchange.com/questions/110/determining-capabilities-of-a-min-heap-or-other-exotic-state-machines 5 6 See also: [pushdown_automaton] 7 8 Up: [automata], [heap]