Skip to content

Conversation

jaewon1676
Copy link
Contributor

@jaewon1676 jaewon1676 commented Apr 25, 2022

level1

내적
나머지가 1이 되는 수 찾기
모의고사
문자열 내림차순으로 배치하기
서울에서 김서방 찾기
예산
문자열을 정수로 바꾸기

기존 파일에 7문제 풀이 추가하였습니다 😅 😅
아... 달다

@jaewon1676 jaewon1676 self-assigned this Apr 25, 2022
@jaewon1676 jaewon1676 changed the title 2022.04.18(월) jaewon1676 7문제의 풀이 추가 2022.04.25(월) jaewon1676 7문제의 풀이 추가 Apr 25, 2022
Copy link
Owner

@codeisneverodd codeisneverodd left a comment

Choose a reason for hiding this comment

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

풀이들도 깔끔하고 너무 좋네요 👍👍 문제 없는 것 같습니다

Comment on lines +44 to +47
// 최대한 많은 부서를 지원해야하기때문에 우리는 작은 수가 담긴 요소부터 빼줄 필요가 있습니다.
// 배열 d를 오름차순 정렬하여
// budget을 가장 작은 수인 배열 d[0]부터 순서대로 빼주며 카운트 해줍니다.
// 예산이 0이거나, 마이너스일 경우를 if문으로 처리를 해주면 됩니다😁
Copy link
Owner

Choose a reason for hiding this comment

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

코드리뷰도 잘해주시고 주석도 잘해주시고 👍👍

@jaewon1676
Copy link
Contributor Author

확인 하였습니다 !

@jaewon1676 jaewon1676 merged commit 0ba1ac0 into codeisneverodd:main Apr 25, 2022
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