-
Notifications
You must be signed in to change notification settings - Fork 98
Commit f4e42b9
codeisneveroddchaerin-devgithub-actionspereng11iHoHyeon
authored[19주차] 풀이추가 (#83)
* solution: level 2 / 하노이 탑 풀이 추가
* solution: 모음사전
* solution 체육복
* solution 모의고사
* solution 위장
* solution 튜플
* 브랜치 흐름 정리 (#71)
* docs: 커밋 컨벤션 수정 및 contributor 추가
* Automatic Update README.md
* fix: 오타 수정
* docs: 커밋 컨벤션 변경 및 리드미 디자인 수정
* docs: 풀이 완료시점 수정
* Automatic Update README.md
* docs: PR 템플릿 추가
Co-authored-by: github-actions <github-actions@github.com>
* fix: base url 핫픽스 (#74)
* docs: 커밋 컨벤션 수정 및 contributor 추가
* Automatic Update README.md
* fix: 오타 수정
* docs: 커밋 컨벤션 변경 및 리드미 디자인 수정
* docs: 풀이 완료시점 수정
* Automatic Update README.md
* docs: PR 템플릿 추가
* fix: 링크 base url 수정 (#73)
* Automatic Update README.md
Co-authored-by: github-actions <github-actions@github.com>
* [손재영] level2 배달 풀이 및 주석
* solution 구명보트
* fix: 최소힙 클래스 바깥 분리&파일 컨벤션 적용
* solution level2 - 숫자 블록 (#79)
* solution level2 - 숫자 블록
* Update level-2/숫자-블록.js
Co-authored-by: codeisneverodd <codeisneverodd@gmail.com>
Co-authored-by: codeisneverodd <codeisneverodd@gmail.com>
* solution: level2 - 피로도 문제 풀이
* refactor: level2 - 피로도(가독성 개선)
1. 최대한 순수함수에 가깝도록, 함수 내부에서 외부 변수를 참조하거나
조작하지 않도록 수정하였습니다.
2. 변수와 함수 이름을 수정하여 의미를 명확히 하였습니다.
3. 로직의 목적을 쉽게 파악할 수 있도록 일반 for문 대신 배열 메서드를 적극 활용하였습니다.
* feat: PR 템플릿 위치 변경
* feat: husky 및 pre-commit hook 설정, prettierignore 추가
* fix: 잘못 업로드된 해설 삭제
Co-authored-by: chaerin-dev <chaerin.dev@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Jaeyeong son <nardi0302@gmail.com>
Co-authored-by: iHoHyeon <hyunee169@naver.com>
Co-authored-by: iHoHyeon <74816327+iHoHyeon@users.noreply.github.com>1 parent d00676a commit f4e42b9
File tree
9 files changed
+1788
-242
lines changed- .github
- workflows
- level-2
9 files changed
+1788
-242
lines changedFile renamed without changes.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 | - | ||
11 | 10 |
| |
12 | 11 |
| |
13 | 12 |
| |
14 | - | ||
15 | 13 |
| |
16 | 14 |
| |
17 | 15 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | + | ||
2 | 3 |
| |
3 | 4 |
| |
4 | 5 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + |
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + | ||
14 | + | ||
15 | + | ||
16 | + | ||
17 | + | ||
18 | + | ||
19 | + | ||
20 | + | ||
21 | + | ||
22 | + | ||
23 | + | ||
24 | + | ||
25 | + | ||
26 | + | ||
27 | + | ||
28 | + | ||
29 | + | ||
30 | + | ||
31 | + | ||
32 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + | ||
14 | + | ||
15 | + | ||
16 | + | ||
17 | + | ||
18 | + | ||
19 | + | ||
20 | + | ||
21 | + | ||
22 | + | ||
23 | + | ||
24 | + | ||
25 | + | ||
26 | + | ||
27 | + | ||
28 | + |
0 commit comments