Open MarkAppprogrammer opened 6 months ago
Decreases run time by using a set instead of a dictionary. Makes look-up time constant. Also created better variable names for readability.
Decreases run time by using a set instead of a dictionary. Makes look-up time constant. Also created better variable names for readability.