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
- 리트코드
- 문자열
- matrix
- tree
- Python
- dfs
- 이진트리
- math
- Medium
- linked list
- two pointers
- backtracking
- recursive
- 중간
- Binary
- string
- binary tree
- binary search
- hash table
- Depth-first Search
- easy
- leetcode
- list
- Array
- 재귀
- DP
- sorting
- HashTable
- 쉬움
- 미디움
Archives
- Today
- Total
목록2024/01/23 (1)
부부의 코딩 성장 일기
LeetCode 75(Sort Colors, Python)
1. 문제 링크 https://leetcode.com/problems/sort-colors/ Sort Colors - LeetCode Can you solve this real interview question? Sort Colors - Given an array nums with n objects colored red, white, or blue, sort them in-place [https://en.wikipedia.org/wiki/In-place_algorithm] so that objects of the same color are adjacent, with the colors leetcode.com 2. 문제 설명 0,1,2 세 정수로 구성된 nums라는 array가 주어졌을 때, in-plac..
Algorithm/LeetCode
2024. 1. 23. 19:00