You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
단업 삽입 부분 코드에서 node.val = char 라는 부분이 있습니다. 그런데 트라이를 저장할 노드 부분에서는 val을 정의하고 있지 않아 의문이 들었습니다. 그래서 제가 직접 node.val = char 부분을 제거하고 실행한 결과 오류없이 잘 실행되는 것도 확인했습니다.
혹시나 제가 놓친 부분이 있는지 있다면 어떤 부분인지 설명을 듣고 싶어서 글을 남겼습니다.