Skip to content

Conversation

gyim1345
Copy link
Collaborator

@gyim1345 gyim1345 commented Jan 1, 2021

bubbleSort
insertionSort
selectionSort
quickSort
mergeSort
shellSort

bubbleSort
insertionSort
selectionSort
quickSort
mergeSort
shellSort
Copy link
Collaborator

@daadaadaah daadaadaah left a comment

Choose a reason for hiding this comment

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

오~ 재귀 장인 코드 잘봤습니다!!ㅎㅎㅎ👍👍👍👍

Copy link
Collaborator

Choose a reason for hiding this comment

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

오?! 재귀로 푸셨네용? ㅎㅎ 👍👍👍👍👍

특히, 꼬리 호출 최적화 인가용??

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

최적화는 처음 들어봅니다! 덕분에 배워 갑니다 👍

return 에 다른 연산 안 넣고 재귀만 return 하는 거니깐 꼬리 호출 최적화가 맞죠??

@Woomin-Jeon Woomin-Jeon removed their request for review September 6, 2023 02:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants