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