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