Notice
250x250
Recent Posts
Recent Comments
Link
목록2024/09/21 (1)
넘치게 채우기
[LeetCode] 386. Lexicographical Numbers
https://leetcode.com/problems/lexicographical-numbers/description/?envType=daily-question&envId=2024-09-21leetcode - Lexicographical Numbers문제 유형 : 수학, 구현, dfs, 재귀문제 난이도 : Medium 문제Given an integer n, return all the numbers in the range [1, n] sorted in lexicographical order.You must write an algorithm that runs in O(n) time and uses O(1) extra space. 정수 n이 주어진다. [1, n]의 모든 숫자들을 사전순으로 정렬하여 반환하시..
PS/LeetCode
2024. 9. 21. 15:17