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 8652342 commit e1cdd39Copy full SHA for e1cdd39
lecture code and exercises/disc07/finsum.java renamed to lecture code and exercises/disc07/findsum.java
@@ -1,4 +1,4 @@
1
-public class finsum{
+public class findsum{
2
public static boolean findSumFaster(int[] A, int x){
3
int left = 0;
4
int right = A.length - 1;
0 commit comments