You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When checking if a string is in the list of names generated by the .txt file there should be a length pre filter so only names with the same length of the string are compared. I will most likely implement this as a dictionary with all of the names from the txt sorted by length made at run time or store the names as a .json file pre sorted.
The text was updated successfully, but these errors were encountered:
When checking if a string is in the list of names generated by the .txt file there should be a length pre filter so only names with the same length of the string are compared. I will most likely implement this as a dictionary with all of the names from the txt sorted by length made at run time or store the names as a .json file pre sorted.
The text was updated successfully, but these errors were encountered: