Trie (Prefix Tree) implementation in Python

Trie structure :

SValakatte
Jul 26, 2022
          *
/ \
c a
/ \ \
a o end
/ \ \
t r w
/ \ \
end end end

--

--

SValakatte
SValakatte

Written by SValakatte

Passionate about problem solving; #VoraciousReader #MBTIEnthusiast #LovePsychology

No responses yet