Skip to content

[Week10] BOJ 20055: 컨베이어 벨트 위의 로봇#71

Merged
Hexeong merged 4 commits intomainfrom
Hexeong
Mar 14, 2026
Merged

[Week10] BOJ 20055: 컨베이어 벨트 위의 로봇#71
Hexeong merged 4 commits intomainfrom
Hexeong

Conversation

@Hexeong
Copy link
Contributor

@Hexeong Hexeong commented Mar 14, 2026

문제 정보

풀이 방법

간단히 어떤 방식으로 풀었는지 설명해주세요.

  • 구현 문제로 보이기에 딱히 특정 알고리즘은 사용하지 않았습니다.
예시:
- 알고리즘: DFS/BFS, DP, 그리디 등
- 시간 복잡도: O(n)
- 공간 복잡도: O(n)

체크리스트

  • 코드가 정상적으로 실행되나요?
  • 커밋 메시지가 컨벤션을 따르나요?
  • 파일명이 올바른가요? ({닉네임}.{확장자})

추가 코멘트

(선택사항) 추가로 공유하고 싶은 내용이 있다면 작성해주세요.

  • AI의 피드백을 받아보니, 오토박싱/언박싱에 대한 오버헤드 때문에 Wrapper 클래스를 지양해야 한다는 점과 내부 클래스로 멤버 클래스의 getter setter 접근 시, 코테 측면에서는 그리 좋은 방식이 아니라는 점을 깨닫게 되었습니다.

@Hexeong Hexeong self-assigned this Mar 14, 2026
@Hexeong Hexeong added the 백준 백준 문제 label Mar 14, 2026
@github-actions github-actions bot added the weekly-challenge 주차별 공통 문제 label Mar 14, 2026
@Hexeong Hexeong merged commit be2a254 into main Mar 14, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

weekly-challenge 주차별 공통 문제 백준 백준 문제

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant