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
- DP
- list
- tree
- matrix
- dfs
- binary search
- Python
- HashTable
- recursive
- hash table
- binary tree
- 리트코드
- Medium
- 이진트리
- math
- 중간
- linked list
- Array
- 문자열
- two pointers
- 재귀
- 쉬움
- string
- Depth-first Search
- easy
- backtracking
- Binary
- 미디움
- leetcode
- sorting
Archives
- Today
- Total
목록leetcode 31 (1)
부부의 코딩 성장 일기
LeetCode 31(Next Permutation, Python)
1. 문제 링크 LeetCode - The World's Leading Online Programming Learning Platform Next Permutation - LeetCode Can you solve this real interview question? Next Permutation - A permutation of an array of integers is an arrangement of its members into a sequence or linear order. * For example, for arr = [1,2,3], the following are all the permutations of arr: [1,2,3], leetcode.com 2. 문제 설명 주어진 수를 한 번씩 사용..
Algorithm/LeetCode
2023. 12. 24. 19:00