Skip to content

Commit 5c6306c

Browse files
[N-0] refactor 238
1 parent 42cf89e commit 5c6306c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public static class Solution1 {
2323
* res[i] *= right;
2424
* right *= nums[i];
2525
* that's it.
26-
* <p>
26+
*
2727
* This could be very well illustrated with this example: [1,2,3,4]
2828
*/
2929
public int[] productExceptSelf(int[] nums) {

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy