Skip to content

Commit 34c8d2b

Browse files
Update can-make-arithmetic-progression-from-sequence.java
1 parent e086992 commit 34c8d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Java/can-make-arithmetic-progression-from-sequence.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
a will be minimum element
88
l will be maximum element
99
10-
if both LHS & RHS values are equal then true else false.
10+
if both LHS & RHS values are equal then return true, else false.
1111
*/
1212
class Solution {
1313
public boolean canMakeArithmeticProgression(int[] arr) {

0 commit comments

Comments
 (0)