Skip to content
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

Open
wants to merge 10 commits into
base: 1914039-최유진
Choose a base branch
from

Conversation

choi-yujin
Copy link

@choi-yujin choi-yujin commented May 23, 2023

인적사항

학번: 1914039
이름: 최유진


과제 제출

기존 제출 : 5639
추가 제출 : 15681, 3190


Copy link
Contributor

@dbswn dbswn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

안녕하세요 유진님 !! 😊주석도, 문제풀이도 너무 깔끔한 코드 너무 잘 구경하고 갑니당 👍간단한 코멘트 남겼으니 확인해주세요! 🥰

p1은 반드시 수정해주셨으면 하는 부분이고, p2,p3는 참고만 해주셔도 괜찮습니다!수용하시고 싶은 부분있으시면 저 리뷰어로 호출해주세요~!수고하셨습니다🥰

Comment on lines +5 to +9
struct node {
int data;
node* left;
node* right;
};
Copy link
Contributor

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>>을 사용해 보는 것도 좋을 것 같습니다!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants