RyanEdwardHall / anagrambler

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

Make results a map of node pointers #2

Closed mcgid closed 8 years ago

mcgid commented 8 years ago

We will save a lot of memory and time by just keeping the pointers to nodes that contain words while we traverse, instead of sorting strings, copying strings, etc.