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