Skip to content

[정현준] sprint12#228

Open
stuhk56-hash wants to merge 7 commits into
codeit-bootcamp-nodejs:algorithm-정현준from
stuhk56-hash:algorithm-정현준

Hidden character warning

The head ref may contain hidden characters: "algorithm-\uc815\ud604\uc900"
Open

[정현준] sprint12#228
stuhk56-hash wants to merge 7 commits into
codeit-bootcamp-nodejs:algorithm-정현준from
stuhk56-hash:algorithm-정현준

Conversation

@stuhk56-hash
Copy link
Copy Markdown
Collaborator

@stuhk56-hash stuhk56-hash commented Apr 7, 2026

미션목표

  • 자바스크립트로 정렬 알고리즘 구현하기

요구사항

다음 정렬 알고리즘을 각각 JavaScript 함수로 구현해 주세요.

선택 정렬 (Selection sort)

  • 숫자형 배열을 파라미터로 받고, 해당 배열을 수정하도록 구현합니다.

삽입 정렬 (Insertion sort)

  • 숫자형 배열을 파라미터로 받고, 해당 배열을 수정하도록 구현합니다.

병합 정렬 (Merge sort)

  • 숫자형 배열을 파라미터로 받고, 정렬된 새로운 배열을 리턴하도록 구현합니다.

퀵 정렬 (Quick sort)

  • 숫자형 배열을 파라미터로 받고, 해당 배열을 수정하도록 구현합니다.

주요 변경사항

스크린샷

  • alt text

멘토에게

  • 셀프 코드 리뷰를 통해 질문 이어가겠습니다.

@stuhk56-hash stuhk56-hash changed the title [정현준] sprint12 [정현준] sprint13 Apr 14, 2026
@stuhk56-hash stuhk56-hash changed the title [정현준] sprint13 [정현준] sprint12 Apr 14, 2026
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.

1 participant