Jsy8869/feature/coding test/5 3#55
Merged
JSY8869 merged 2 commits intoJSY8869/Developefrom Dec 31, 2020
Merged
Conversation
음료수 얼려먹기 DFS없이 구현 완료
Collaborator
|
저도 검색해 보면서 알아낸 건데 Java의 경우는 tail recursion에 대해 최적화를 하지 않는다는 내용이 있더군요. 제 생각에는 이미 풀이가 stack을 사용하지 않은 코드가 제시가 됐기 때문에 사람들이 그 틀에서 더 이상 생각하지 않고 그게 답이고 맞다고 생각해서 stack을 쓴 사람이 없지 않나 싶네요. 코드리뷰가 아닌 일반적인 질문의 경우는 issue로 해도 충분하지 않을까 싶네요. |
jongfeel
approved these changes
Dec 31, 2020
Collaborator
Author
|
좋은 의견 감사합니다!! |
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
5-3 재귀함수 없이 구현 중단
재귀함수 없이 구현하기 위해 이것저것 찾아보면서 배운 것은 많지만 더 이상의 코딩이 의미가 없다고 느껴져서 중단하도록 하겠습니다!
질문