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
- 쉬움
- 중간
- list
- dfs
- Array
- sorting
- matrix
- Binary
- leetcode
- HashTable
- Python
- backtracking
- 문자열
- 리트코드
- 재귀
- easy
- Depth-first Search
- linked list
- binary search
- Medium
- two pointers
- DP
- tree
- recursive
- string
- math
- 미디움
- 이진트리
- hash table
- binary tree
Archives
- Today
- Total
목록leetcode 43 (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