jonnycomes / look_and_say

A python module for exploring look and say sequences in the spirit of John H Conway.
https://jonnycomes.github.io/look_and_say/
MIT License
1 stars 0 forks source link

Refactor the Chemistry method generate_elements() to increase speed. #12

Open jonnycomes opened 2 years ago

jonnycomes commented 2 years ago

Check if implementing with elements as a set rather than a list will improve the run time for the generate_elements() method.