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
- Python
- sorting
- Medium
- list
- hash table
- Binary
- binary search
- Array
- 이진트리
- Depth-first Search
- 리트코드
- 중간
- leetcode
- string
- 미디움
- HashTable
- recursive
- DP
- 문자열
- dfs
- easy
- matrix
- 재귀
- two pointers
- backtracking
- binary tree
- tree
- 쉬움
- linked list
- math
Archives
- Today
- Total
목록contains duplicate (1)
부부의 코딩 성장 일기
LeetCode 217(Contains Duplicate, Python)
1. 문제 링크 https://leetcode.com/problems/contains-duplicate/ Contains Duplicate - LeetCode Can you solve this real interview question? Contains Duplicate - Given an integer array nums, return true if any value appears at least twice in the array, and return false if every element is distinct. Example 1: Input: nums = [1,2,3,1] Output: true Ex leetcode.com 2. 문제 설명 오랜만에 쉬어갈 겸 easy 문제를 풀었다. integer로..
Algorithm/LeetCode
2024. 2. 5. 19:00