We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5d360c commit cb00e1cCopy full SHA for cb00e1c
src/main/java/com/fishercoder/solutions/_153.java
@@ -4,6 +4,7 @@ public class _153 {
4
public static class Solution1 {
5
/**
6
* 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!
8
*/
9
public int findMin(int[] nums) {
10
int left = 0;
0 commit comments