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

[Algorithm] 시간복잡도와 공간복잡도 업데이트 #25

Merged
merged 10 commits into from
Mar 28, 2021

Conversation

ggjae
Copy link
Collaborator

@ggjae ggjae commented Mar 15, 2021

변경 사항

시간복잡도와 공간복잡도 탭을 작성하였습니다.

Issue 참고 : Note Status Check

Point of discussion

오타와 지적 달게 받겠습니다. 제가 아는 것과 코딩테스트시 중요하다고 생각되는 것을 point로 잡았습니다.
제가 마크다운 문법에 미숙해서 수정을 도와주시면 좋겠습니다...

Reference

이것이 '취업을 위한' 코딩 테스트다. (나동빈 지음) 책과 시간 복잡도, big-o notation을 참고하였습니다.

@ggjae ggjae changed the title Update 시간복잡도와 공간복잡도 [Algorithm] 시간복잡도와 공간복잡도 업데이트 Mar 15, 2021
Copy link
Owner

@Seogeurim Seogeurim left a comment

Choose a reason for hiding this comment

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

알고리즘에서 시간 복잡도와 공간 복잡도를 계산하는 것만큼 필수적인 내용은 없는 것 같습니다. N의 범위에 따라서 시간 복잡도를 기술해주신 것이 너무 좋은 것 같습니다. 자주 참고하겠습니다 !!!
(마크다운 가독성을 위한 수정 및 제가 추가하고 싶은 내용을 조금 추가했습니다! 한 번 확인해주세용 ~)

@ggjae
Copy link
Collaborator Author

ggjae commented Mar 18, 2021

야무지네요 선생님 감사합니다. 😇

@KimKwon
Copy link
Collaborator

KimKwon commented Mar 22, 2021

예전에 알고리즘 풀 때에는 무작정 덤비고봤는데 요즘은 시간복잡도를 고려하고 푸는데
그런 저를 볼 때마다 대견합니다. 작성해주신 내용 잘 읽었습니다. 👍

@Seogeurim Seogeurim added the score NEED Score Board 업데이트 필요 label Mar 22, 2021
Copy link
Collaborator

@JuseobJang JuseobJang left a comment

Choose a reason for hiding this comment

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

음~ 알고리즘 문제를 풀면서 항상 시간초과가 나면 그때서야 시간을 줄이는 방법으로 트라이를 했던 때도 있었는데 이렇게 확실하게 정리해 주니깐 문제를 풀때 많은 도움이 될거 같네요 ㅎㅎ

@ggjae ggjae merged commit 5f4a151 into main Mar 28, 2021
@KimKwon
Copy link
Collaborator

KimKwon commented Apr 5, 2021

ggjae: 이론1 = 15점
Seogeurim, KimKwon, wntjq68: pr리뷰 각 +5점

@KimKwon KimKwon added score OK Score Board에 점수 반영 완료 and removed score NEED Score Board 업데이트 필요 labels Apr 5, 2021
@Seogeurim Seogeurim deleted the Algorithm/ggjae branch September 4, 2021 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
score OK Score Board에 점수 반영 완료
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants