RyanEdwardHall / anagrambler

Finds all anagrams and sub-anagrams in a string
MIT License
4 stars 1 forks source link

add support for wildcards #17

Open RyanEdwardHall opened 6 years ago

RyanEdwardHall commented 6 years ago

Just monkeying around, this seems to work but I won't be happy until I have specs and I'm assured the performance will be alright. I'm also not sure about how I've changed the check to see if the node exists right before I issue the search.

RyanEdwardHall commented 6 years ago

actually, looks like this is still buggy (not generating results I would expect)