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 |
Tags
- Thymeleaf
- Gold4
- 백엔드
- leetcode 69
- PYTHON
- CSS
- 오류
- spring
- siver3
- gold2
- 백준
- AWS
- 프로그래머스
- 개념
- 구현
- LCS
- glod4
- 배포
- 9252
- jpa
- leetcode
- HTML
- java
- error
- mysql
- LEVEL1
- Kakao
- LEVEL2
- gold5
- glod5
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