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
- sorting
- 문자열
- matrix
- Binary
- 중간
- 미디움
- leetcode
- two pointers
- linked list
- math
- DP
- binary tree
- list
- Python
- backtracking
- Medium
- easy
- string
- 이진트리
- binary search
- HashTable
- hash table
- 쉬움
- tree
- 재귀
- dfs
- recursive
- 리트코드
- Array
- Depth-first Search
Archives
- Today
- Total
목록leetcode 217 (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