Skip to content

Instantly share code, notes, and snippets.

@thejevans
Last active January 10, 2023 02:24
Show Gist options
  • Save thejevans/ebab3af71c99239b8e12c602696eb097 to your computer and use it in GitHub Desktop.
Save thejevans/ebab3af71c99239b8e12c602696eb097 to your computer and use it in GitHub Desktop.
generate all anagrams to make names given a last name
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@thejevans
Copy link
Author

takes a word list and finds all valid anagrams of the form:
word_a + known_word -> word_c + word_d
then sends the output to a JSON file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment