Skip to content

Commit cb00e1c

Browse files
refactor 153
1 parent c5d360c commit cb00e1c

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ public class _153 {
44
public static class Solution1 {
55
/**
66
* My completely original solution on 10/23/2021.
7+
* Again, using a pen and paper to visualize your thought process, to draw out all the possible cases helps a lot!
78
*/
89
public int findMin(int[] nums) {
910
int left = 0;

0 commit comments

Comments
 (0)