[재영] 인사고과, 연속 펄스 부분 수열의 합 #106
Open
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.
#105
🌟 문제의 제목과 출처를 작성해주세요.
#105 를 참고해주세요!
🕰 문제를 푸는 데 걸린 시간은 어떠했나요?
각 마크다운에 작성했어요 🙇🏻♂️
✨ 풀이 과정에 대해서 설명해봅시다.
💥 문제의 핵심 알고리즘
각 마크다운에 작성했어요 🙇🏻♂️
🔥 상세 풀이 과정
각 마크다운에 작성했어요 🙇🏻♂️
💎 배운 점, 그리고 제대로 숙지하지 못했던 점
🌙 배운 점
Comparator
을 많이 써본 계기였어요.Comparator
을 체이닝으로 사용하는 형태가 인상 깊었어요.💧 제대로 숙지하지 못했던 점
forEach
문을 사용할 때마다 스코프를 헷갈려요. 자바스크립트에서는 스코프를 무조건 한 번 감싸고 리턴하는 방식인데, 여기서는 스코프와 리턴을 생략해요. 이것이 너무 난해해요.