Skip to content

Commit e1cdd39

Browse files
committed
disc07
1 parent 8652342 commit e1cdd39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lecture code and exercises/disc07/finsum.java renamed to lecture code and exercises/disc07/findsum.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
public class finsum{
1+
public class findsum{
22
public static boolean findSumFaster(int[] A, int x){
33
int left = 0;
44
int right = A.length - 1;

0 commit comments

Comments
 (0)