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
- Binary
- tree
- 재귀
- two pointers
- leetcode
- matrix
- Python
- Array
- string
- binary search
- Depth-first Search
- DP
- math
- linked list
- backtracking
- 리트코드
- 쉬움
- 미디움
- easy
- dfs
- HashTable
- sorting
- 중간
- hash table
- 이진트리
- recursive
- list
- 문자열
- Medium
- binary tree
Archives
- Today
- Total
목록2024/01/06 (1)
부부의 코딩 성장 일기
LeetCode 49(Groupd Anagrams, Python)
1. 문제 링크 https://leetcode.com/problems/group-anagrams/ Group Anagrams - LeetCode Can you solve this real interview question? Group Anagrams - Given an array of strings strs, group the anagrams together. You can return the answer in any order. An Anagram is a word or phrase formed by rearranging the letters of a different word or phrase leetcode.com 2. 문제 설명 문자열로 구성된 array strs가 주어졌을 때, anagrams로..
Algorithm/LeetCode
2024. 1. 6. 19:00