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
- string
- sorting
- DP
- 미디움
- binary search
- tree
- 이진트리
- Python
- two pointers
- hash table
- leetcode
- math
- Binary
- easy
- Medium
- dfs
- 문자열
- Depth-first Search
- Array
- HashTable
- 재귀
- list
- recursive
- backtracking
- binary tree
- matrix
- 쉬움
- 리트코드
- linked list
- 중간
Archives
- Today
- Total
목록leetcode 349 (1)
부부의 코딩 성장 일기
LeetCode 349(Intersection of Two Arrays, Python)
1. 문제 링크 https://leetcode.com/problems/intersection-of-two-arrays/ Intersection of Two Arrays - LeetCode Can you solve this real interview question? Intersection of Two Arrays - 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. 문제 설명 두 개의 리스트가 주어졌을 때 중복된 요소를 담은 리스트를 반환하는 문제. 이때 반환하는 리스트에는 ..
Algorithm/LeetCode
2024. 3. 22. 19:00