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
- recursive
- Depth-first Search
- 중간
- list
- Python
- hash table
- 미디움
- easy
- 문자열
- binary tree
- HashTable
- 쉬움
- backtracking
- two pointers
- 리트코드
- 이진트리
- leetcode
- matrix
- string
- math
- Medium
- 재귀
- binary search
- Array
- Binary
- dfs
- linked list
- sorting
- tree
Archives
- Today
- Total
목록2024/01/01 (1)
부부의 코딩 성장 일기
LeetCode 43(Multiply Strings, Python)
1. 문제 링크 https://leetcode.com/problems/multiply-strings/ Multiply Strings - LeetCode Can you solve this real interview question? Multiply Strings - Given two non-negative integers num1 and num2 represented as strings, return the product of num1 and num2, also represented as a string. Note: You must not use any built-in BigInteger library leetcode.com 2. 문제 설명 num1과 num2 가 str으로 주어졌을 때 이 두 수를 곱한 ..
Algorithm/LeetCode
2024. 1. 1. 19:00