Skip to content

Commit 29c9cfc

Browse files
refactor 43
1 parent d80200f commit 29c9cfc

File tree

1 file changed

+0
-13
lines changed
  • src/main/java/com/fishercoder/solutions

1 file changed

+0
-13
lines changed

src/main/java/com/fishercoder/solutions/_43.java

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
11
package com.fishercoder.solutions;
22

3-
/**
4-
* 43. Multiply Strings
5-
*
6-
* Given two non-negative integers num1 and num2 represented as strings, return the product of num1 and num2.
7-
8-
Note:
9-
10-
The length of both num1 and num2 is < 110.
11-
Both num1 and num2 contains only digits 0-9.
12-
Both num1 and num2 does not contain any leading zero.
13-
You must not use any built-in BigInteger library or convert the inputs to integer directly.
14-
15-
*/
163
public class _43 {
174

185
/**Inspired by https://discuss.leetcode.com/topic/30508/easiest-java-solution-with-graph-explanation

0 commit comments

Comments
 (0)