Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- leetcode
- LEVEL2
- Gold4
- Kakao
- glod5
- leetcode 69
- jpa
- java
- 백엔드
- mysql
- LEVEL1
- 오류
- PYTHON
- gold5
- 개념
- gold2
- glod4
- siver3
- error
- Thymeleaf
- 프로그래머스
- 구현
- 배포
- AWS
- 9252
- HTML
- 백준
- CSS
- spring
- LCS
Archives
- Today
- Total
목록287 (1)
이 험난한 세상에서어어~
leetcode 287, Find the Duplicate Number
문제 설명 n+1 만큼의 정수를 포함하고 있는 정수형 배열 nums가 있다. 이때 각 정수의 범위는 [1, n] 까지이다. 해당 배열에서 오로지 하나의 정수만 반복이 된다고 할 때, 반복이 되는 정수를 찾아서 반환하라. 이때 배열을 복사해서도 안 되고 정해진(고정된) 추가 공간만 사용하라. https://leetcode.com/problems/find-the-duplicate-number/description/ LeetCode - The World's Leading Online Programming Learning Platform Level up your coding skills and quickly land a job. This is the best place to expand your knowledg..
algorithm/유형
2023. 9. 19. 17:22