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

Slightly better itertools usage #120

Closed eliotwrobson closed 1 year ago

eliotwrobson commented 1 year ago

Mainly a cosmetic change where I played with some more advanced itertools functions. Cleans up some iteration to use functions more directly and avoid list slicing.

coveralls commented 1 year ago

Coverage Status

Coverage remained the same at 100.0% when pulling b5e241336105a7746b891fa3e811397464aec026 on eliotwrobson:better_itertools into 5987d5d276cf10662956c2266eb088ffd95b9760 on caleb531:develop.