Expand description
Poetrie, poetic trie, is trie designated for finding rhymes for your verses.
For given input, and populated tree, it will find word with lengthiest shared suffix for you.
Structs§
- Entry
&strvalidated for usage withPoetrie.- Poetrie
- Poetrie is poetic retrieval tree implementation for finding words with shared suffixes.
Enums§
- FindErr
- Various errors which can occur when searching common suffix.
Type Aliases§
- Key
Entryalias for using in key role.