caleb531 / automata

A Python library for simulating finite automata, pushdown automata, and Turing machines
https://caleb531.github.io/automata/
MIT License
349 stars 64 forks source link

Add pairwise helper function #170

Closed eliotwrobson closed 1 year ago

eliotwrobson commented 1 year ago

See title. Adds pairwise helper function and simplifies some pairwise iterations (avoids making unnecessary copies of lists). Mostly a style thing.