Skip to content

Conversation

devyejin
Copy link
Contributor

@devyejin devyejin commented Aug 27, 2025

답안 제출 문제

작성자 체크 리스트

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

검토자 체크 리스트

Important

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

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

@geegong geegong self-requested a review August 29, 2025 16:16
from typing import List
class Solution:
def lengthOfLIS(self, nums: List[int]) -> int:
def binary_search(target):
Copy link
Contributor

Choose a reason for hiding this comment

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

오호 직접 바이너리 서치 구현을 하셔서 target 이 들어갈 위치를 리턴하는거군용 👍

result.append(matrix[r][c])
matrix[r][c] = VISITED

nr, nc = r + dr[d], c + dc[d]
Copy link
Contributor

Choose a reason for hiding this comment

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

그냥 사실 제 개인적인 생각인데ㅎㅎ;
저는 코드 작성할 때 변수명이 nr, nc, dr, dc 보다는 의미를 담는게 좋더라구요
뭔가 저렇게 축약이 되어있으면 코드 보면서 저게 무슨 의미였었지 헷갈릴때도 있어서ㅎㅎ 물론 개취이지만 한번 말씀드려보았습니다~~

Copy link
Contributor

@geegong geegong left a comment

Choose a reason for hiding this comment

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

이번 한주도 너무 고생많으셨습니다👍

@devyejin devyejin moved this from Solving to In Review in 리트코드 스터디 5기 Aug 31, 2025
@devyejin devyejin merged commit 66de80b into DaleStudy:main Aug 31, 2025
1 check passed
@github-project-automation github-project-automation bot moved this from In Review to Completed in 리트코드 스터디 5기 Aug 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Completed
Development

Successfully merging this pull request may close these issues.

2 participants