We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e086992 commit 34c8d2bCopy full SHA for 34c8d2b
Java/can-make-arithmetic-progression-from-sequence.java
@@ -7,7 +7,7 @@
7
a will be minimum element
8
l will be maximum element
9
10
-if both LHS & RHS values are equal then true else false.
+if both LHS & RHS values are equal then return true, else false.
11
*/
12
class Solution {
13
public boolean canMakeArithmeticProgression(int[] arr) {
0 commit comments