-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[박성빈] 8주차 제출합니다. #46
base: main
Are you sure you want to change the base?
[박성빈] 8주차 제출합니다. #46
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
8주동안 수고했습니다~ 구글 밋도 꾸준히 나오고 열심히 참석하는 게 보여서 대견했어요 ㅎㅎㅎ
알고리즘 잘해서 뭔가 충고할 게 많이는 없지만, 잘 유지해서 좋은 장점으로 지니고 있음 좋을 것 같습니당
주변에 알고리즘 잘 못하는 친구나 후배들 (혹은 선배들까지 ㅎ) 있으면 많이 도와주길!!!
@@ -0,0 +1,51 @@ | |||
# Intuition | |||
|
|||
모르곘어서 풀이를 봤다. 트리 탐색 어렵다... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
사람마다 다른 문제를 어려워하는 거 보니 재밌네요 ㅋㅋㅋ
저는 이런 문제는 적당한 예시 만들고 그림 그려가보니 규칙이 바로 보이더라구요
@@ -0,0 +1,78 @@ | |||
# Intuition | |||
|
|||
Trie 자료구조가 뭔지 몰라서 찾아봤다. 뭔지 알고나니까 쉬운거 같다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fe에선 검색 위해서 구현해 쓰기도 한다고 하고 모 선배 면접문제에서도 나왔다고 해서 알아두면 좋을 것 같아요
@@ -0,0 +1,59 @@ | |||
# Intuition | |||
|
|||
평범한 dfs 문제다. 였으나 뇌빼고 풀다가 오래걸렸다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😮
preorder, inorder로 트리 만드는 문제만 어려웠고 나머지는 할만했어요