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 4526e64 commit f0710ecCopy full SHA for f0710ec
challenges/medium/17_dot_product/challenge.html
@@ -21,9 +21,9 @@ <h2>Example 1:</h2>
21
<h2>Example 2:</h2>
22
<pre>Input: A = [0.5, 1.5, 2.5]
23
B = [2.0, 3.0, 4.0]
24
- Output: result = 16.0 (0.5*2.0 + 1.5*3.0 + 2.5*4.0)</pre>
+ Output: result = 15.5 (0.5*2.0 + 1.5*3.0 + 2.5*4.0)</pre>
25
<h2>Constraints</h2>
26
<ul>
27
<li><code>A</code> and <code>B</code> have identical lengths</li>
28
<li>1 ≤ <code>N</code> ≤ 100,000,000</li>
29
-</ul>
+</ul>
0 commit comments