How would a go about making a program where the user enters a string, and the program generates a list of words beginning with that string?
Ex:
User: ‘abd’
Program:abdicate, abdomen, abduct…
Thanks!
Edit: I’m using python, but I assume that this is a fairly language-independent problem.
If you on a debian[-like] machine,
Takes all of 0.040s on my P200.