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
- two pointers
- list
- dfs
- 중간
- Medium
- 문자열
- 미디움
- HashTable
- string
- easy
- hash table
- DP
- 쉬움
- tree
- binary search
- Array
- backtracking
- binary tree
- math
- recursive
- 이진트리
- 리트코드
- linked list
- matrix
- Python
- Depth-first Search
- Binary
- sorting
- 재귀
Archives
- Today
- Total
목록Missing Number (1)
부부의 코딩 성장 일기
LeetCode 268(Missing Number, Python)
1. 문제 링크 https://leetcode.com/problems/missing-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 knowledge and get prepared for your next interview. leetcode.com 2. 문제 설명 range[0,n] 사이의 숫자를 중복없이 포함하고 있는 nums라는 array가 주어졌을 때, range[0,n] 범위 해당 array에 빠진 숫자가 1개 있다고 할 때, 그 ..
Algorithm/LeetCode
2024. 3. 1. 19:00