Skip to content

Conversation

std-freejia
Copy link
Contributor

@std-freejia std-freejia commented Oct 3, 2025

답안 제출 문제

작성자 체크 리스트

  • Projects의 오른쪽 버튼(▼)을 눌러 확장한 뒤, Week를 현재 주차로 설정해주세요.
  • 문제를 모두 푸시면 프로젝트에서 StatusIn Review로 설정해주세요.
  • 코드 검토자 1분 이상으로부터 승인을 받으셨다면 PR을 병합해주세요.

검토자 체크 리스트

Important

본인 답안 제출 뿐만 아니라 다른 분 PR 하나 이상을 반드시 검토를 해주셔야 합니다!

  • 바로 이전에 올라온 PR에 본인을 코드 리뷰어로 추가해주세요.
  • 본인이 검토해야하는 PR의 답안 코드에 피드백을 주세요.
  • 토요일 전까지 PR을 병합할 수 있도록 승인해주세요.

@std-freejia std-freejia moved this from Solving to In Review in 리트코드 스터디 5기 Oct 3, 2025
@std-freejia std-freejia changed the title [std-freejia] Week11 [std-freejia] Week11 solutions Oct 3, 2025
@std-freejia
Copy link
Contributor Author

@TonyKim9401 안녕하세요! 혹시 리뷰 부탁드려도 될까요? 감사합니다!

@wozlsla wozlsla self-requested a review October 4, 2025 11:18
public int missingNumber(int[] nums) {

int totalSum = 0;
// 0부터 nums.length 까지 전부 합
Copy link
Contributor

Choose a reason for hiding this comment

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

저도 풀면서 알았는데 전체 합을 구하는 공식도 n*(n+1)//2 있습니다. 이 경우 순회할 필요가 없으니 더 효율적일 수 있어요.
이번주도 수고하셨습니다!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

아! ㅎㅎ 그렇군요 공유 감사해요. 댓글도 감사합니다. 연휴 잘 보내세요!

@std-freejia std-freejia merged commit 7911b1e into DaleStudy:main Oct 4, 2025
1 check passed
@github-project-automation github-project-automation bot moved this from In Review to Completed in 리트코드 스터디 5기 Oct 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Completed

Development

Successfully merging this pull request may close these issues.

2 participants