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

[과제/05] 01/lmhyuck #42

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

lmhyuck
Copy link
Contributor

@lmhyuck lmhyuck commented Feb 16, 2022

진행 주차

5주차입니다.

진행 중 구현을 못한 사항

Error 200을 구현하는 게 어려웠고 그와 관련해 새로 알게 된 함수를
적용시키는 과정이 어려웠습니다.

@Ki-HS Ki-HS added the 과제 label Feb 16, 2022
@Ki-HS Ki-HS changed the title [과제/01]01/lmhyuck [과제/05] 01/lmhyuck Feb 16, 2022
Copy link

@Ki-HS Ki-HS left a comment

Choose a reason for hiding this comment

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

image
Print_Queue를 했을 때 큐가 출력되지 않았어요!

image
다시 Dequeue해도 트리에 데이터가 들어가지 않았어요!

image
종료시 오류가 발생했습니다.

과제제출/lmhyuck/05/05.cpp Show resolved Hide resolved
}
}
delete cmd;
delete curr;
Copy link

Choose a reason for hiding this comment

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

main이나 main밖에서도 curr이 없는 것 같아요

front = (front + num) % maxSize;
}
else {
for (int i = front + 1; i <= rear; i++) {
Copy link

Choose a reason for hiding this comment

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

for (int i = front + 1; i <= rear; i++)
front가 4고 rear가 0인 경우엔 어떻게 하는게 좋을까요?

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

Successfully merging this pull request may close these issues.

3 participants