mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
7ea1ca6c9c
* feat: add Trie data structure using hashmap, predict_words method, class Trie * updating DIRECTORY.md * fix: fixed clang.tidy warnings * docs: added documentation toclass trie * docs: updated documentation * fix: added namespace trie_using_hashmap * docs: updated documentation with comments * docs: updated documentation with spelling corrections * docs: updated requested changes * docs : updated requested changes in documentation * fix: Apply suggestions from code review Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Co-authored-by: David Leal <halfpacho@gmail.com>