-
Notifications
You must be signed in to change notification settings - Fork 37
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
[12 트리] 1914039 최유진 #339
base: 1914039-최유진
Are you sure you want to change the base?
[12 트리] 1914039 최유진 #339
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.
안녕하세요 유진님 !! 😊주석도, 문제풀이도 너무 깔끔한 코드 너무 잘 구경하고 갑니당 👍간단한 코멘트 남겼으니 확인해주세요! 🥰
p1은 반드시 수정해주셨으면 하는 부분이고, p2,p3는 참고만 해주셔도 괜찮습니다!수용하시고 싶은 부분있으시면 저 리뷰어로 호출해주세요~!수고하셨습니다🥰
struct node { | ||
int data; | ||
node* left; | ||
node* right; | ||
}; |
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.
P3
구조체는 실제 알고리즘 테스트에서 사용하기 어려우니 map<int, <int, int>>을 사용해 보는 것도 좋을 것 같습니다!
인적사항
학번: 1914039
이름: 최유진
과제 제출
기존 제출 : 5639
추가 제출 : 15681, 3190