We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dec43a4 commit 8425bafCopy full SHA for 8425baf
C++/multiply-strings.cpp
@@ -31,7 +31,7 @@ class Solution {
31
32
// Time: O(m * n)
33
// Space: O(m + n)
34
-// Define a new BigInt class solutioin.
+// Define a new BigInt class solution.
35
class Solution2 {
36
public:
37
string multiply(string num1, string num2) {
0 commit comments