ansohxxn / comments

utterances로 블로그 댓글들을 관리하기 위한 저장소
0 stars 0 forks source link

algorithm/trie/ #84

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

(C++) 문자열 집합 : 트라이 자료구조 - 평생 공부 블로그 : Today I Learned‍ 🌙

🚀 트라이 자료구조

https://ansohxxn.github.io/algorithm/trie/

cldhfleks2 commented 1 year ago

안녕하세요 트라이 구조 공부하려고 포스팅 잘봤습니다. 궁금한점이있어서 질문좀 남기려합니다. words를 본문그대로 "what", "when", "yours", "apple", "her", "his", "you" search 를 "wp"로 뒀을때 find1 => true find2 =>false인데 왜 find1이 true가나오는거죠??? 접두사로도 존재하지않는것같은데 이상하네요..