[이호성] 스프린트 12#240
Open
Leon97-dev wants to merge 26 commits into
Open
Conversation
added 26 commits
December 9, 2025 11:59
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.
미션 목표
요구사항
다음 정렬 알고리즘을 각각 JavaScript 함수로 구현해 주세요.
선택 정렬 (Selection sort)
삽입 정렬 (Insertion sort)
병합 정렬 (Merge sort)
퀵 정렬 (Quick sort)
함수 예시:
제출 안내
algorithm 폴더를 만들고 sorts.js 파일에 구현한 함수들을 작성해 주세요.
이번 스프린트 미션은 N-Sprint-Mission 레포지토리(2기면 2-Sprint-Mission)의 브랜치 중에서 algorithm-홍길동 브랜치에서 진행합니다.GitHub에 PR(Pull Request)을 생성해 upstream의 본인 브랜치(algorithm-홍길동)에 미션을 제출할 건데요, 이번 미션에서 작성한 파일을 추가한 커밋을 PR로 만들어 주세요.