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
- DDD #도메인 #도메인 주도 설계 #도메인 주도 섥계 핵심
- 도메인 주도 설계 핵심 #DDD #도메인 주도 설계 #도메인
- LeetCode #
- codinGame
- 코딩게임
- Find Pivot Index
- 867. Transpose Matrix #Transpose Matrix
- 도메인 주도 설계 핵심
- leetcode #20. Valid Parentheses #알고리즘 #leetcode Valid Parentheses
- 반 버논
- codingame #코딩게임 #codingame fall challenge2023 #코딩게임 2023 가을 챌린지
- base7
- #20. Valid Parentheses java
- #move zeroes
- leetcode #2206. Divide Array Into Equal Pairs
- leetcode #알고리즘 #릿코드
- aws #cloudwatch #log insight
- ddd
- Fall Challenge 2023
- 도메인 #도메인 주도 설계 #도메인 주도 설계 핵심 #DDD
- leetcode
- DDD #도메인 #도메인 주도 설계 #도메인 주도 설계 핵심
Archives
- Today
- Total
목록LeetCode # (2)
서하아빠의 개발 블로그

Given an integer num, return a string of its base 7 representation. Example 1: Input: num = 100 Output: "202" Example 2: Input: num = -7 Output: "-10" Constraints: -107
알고리즘/LeetCode
2024. 1. 23. 14:20