A non-empty array A consisting of N integers is given.
A peak is an array element which is larger than its neighbours. More precisely, it is an index P such that 0 < P < N − 1 and A[P − 1] < A[P] > A[P + 1].
For example, the following array A:
A[0] = 1 A[1] = 5 A[2] = 3 A[3] = 4 A[4] = 3 A[5] = 4 A[6] = 1 A[7] = 2 A[8] = 3 A[9] = 4 A[10] = 6 A[11] = 2has exactly four peaks: elements 1, 3, 5 and 10.
You are going on a trip to a range of mountains whose relative heights are represented by array A, as shown in a figure below. You have to choose how many flags you should take with you. The goal is to set the maximum number of flags on the peaks, according to certain rules.
Flags can only be set on peaks. What's more, if you take K flags, then the distance between any two flags should be greater than or equal to K. The distance between indices P and Q is the absolute value |P − Q|.
For example, given the mountain range represented by array A, above, with N = 12, if you take:
- two flags, you can set them on peaks 1 and 5;
- three flags, you can set them on peaks 1, 5 and 10;
- four flags, you can set only three flags, on peaks 1, 5 and 10.
You can therefore set a maximum of three flags in this case.
Write a function:
function solution(A);
that, given a non-empty array A of N integers, returns the maximum number of flags that can be set on the peaks of the array.
For example, the following array A:
A[0] = 1 A[1] = 5 A[2] = 3 A[3] = 4 A[4] = 3 A[5] = 4 A[6] = 1 A[7] = 2 A[8] = 3 A[9] = 4 A[10] = 6 A[11] = 2the function should return 3, as explained above.
Write an efficient algorithm for the following assumptions:
- N is an integer within the range [1..400,000];
- each element of array A is an integer within the range [0..1,000,000,000].
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
if (A.length < 3) {
return 0;
}
let peaks = []
for(let i = 1; i < A.length - 1; i++) {
if (A[i] > A[i-1] && A[i] > A[i+1]) {
peaks.push(i);
}
}
if (peaks.length < 2) {
return peaks.length;
}
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
if (A.length < 3) {
return 0;
}
let peaks = []
for(let i = 1; i < A.length - 1; i++) {
if (A[i] > A[i-1] && A[i] > A[i+1]) {
peaks.push(i);
}
}
if (peaks.length < 2) {
return peaks.length;
}
let maxSize = 0;
for (let i)
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
if (A.length < 3) {
return 0;
}
let peaks = []
for(let i = 1; i < A.length - 1; i++) {
if (A[i] > A[i-1] && A[i] > A[i+1]) {
peaks.push(i);
}
}
if (peaks.length < 2) {
return peaks.length;
}
let maxSize = 0;
for (let i = 3; i <= A.length; i++) {
}
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
if (A.length < 3) {
return 0;
}
let peaks = []
for(let i = 1; i < A.length - 1; i++) {
if (A[i] > A[i-1] && A[i] > A[i+1]) {
peaks.push(i);
}
}
if (peaks.length < 2) {
return peaks.length;
}
let maxSize = 0;
for (let i = 3; i <= A.length; i++) {
if (A.length % i === 0) {
const
}
}
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
if (A.length < 3) {
return 0;
}
let peaks = []
for(let i = 1; i < A.length - 1; i++) {
if (A[i] > A[i-1] && A[i] > A[i+1]) {
peaks.push(i);
}
}
if (peaks.length < 2) {
return peaks.length;
}
let maxSize = 0;
for (let i = 3; i <= A.length; i++) {
if (A.length % i === 0) {
const blockCount
}
}
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
if (A.length < 3) {
return 0;
}
let peaks = []
for(let i = 1; i < A.length - 1; i++) {
if (A[i] > A[i-1] && A[i] > A[i+1]) {
peaks.push(i);
}
}
if (peaks.length < 2) {
return peaks.length;
}
let maxSize = 0;
for (let i = 3; i <= A.length; i++) {
if (A.length % i === 0) {
const blockCount = A.length / i;
}
}
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
if (A.length < 3) {
return 0;
}
let peaks = []
for(let i = 1; i < A.length - 1; i++) {
if (A[i] > A[i-1] && A[i] > A[i+1]) {
peaks.push(i);
}
}
if (peaks.length < 2) {
return peaks.length;
}
let maxSize = 0;
for (let i = 3; i <= A.length; i++) {
if (A.length % i === 0) {
const blockCount = A.length / i;
let
}
}
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
if (A.length < 3) {
return 0;
}
let peaks = []
for(let i = 1; i < A.length - 1; i++) {
if (A[i] > A[i-1] && A[i] > A[i+1]) {
peaks.push(i);
}
}
if (peaks.length < 2) {
return peaks.length;
}
let maxSize = 0;
for (let i = 3; i <= A.length; i++) {
if (A.length % i === 0) {
const blockCount = A.length / i;
let
}
}
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
if (A.length < 3) {
return 0;
}
let peaks = []
for(let i = 1; i < A.length - 1; i++) {
if (A[i] > A[i-1] && A[i] > A[i+1]) {
peaks.push(i);
}
}
if (peaks.length < 2) {
return peaks.length;
}
let maxSize = 0;
for (let i = 2; i <= A.length; i++) {
if (A.length % i === 0) {
const blockCount = A.length / i;
let
}
}
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
if (A.length < 3) {
return 0;
}
let peaks = []
for(let i = 1; i < A.length - 1; i++) {
if (A[i] > A[i-1] && A[i] > A[i+1]) {
peaks.push(i);
}
}
if (peaks.length < 2) {
return peaks.length;
}
let maxSize = 0;
for (let i = 2; i <= A.length; i++) {
if (A.length % i === 0) {
const blockCount = A.length / i;
let gro
}
}
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
if (A.length < 3) {
return 0;
}
let peaks = []
for(let i = 1; i < A.length - 1; i++) {
if (A[i] > A[i-1] && A[i] > A[i+1]) {
peaks.push(i);
}
}
if (peaks.length < 2) {
return peaks.length;
}
let maxSize = 0;
for (let i = 2; i <= A.length; i++) {
if (A.length % i === 0) {
const blockCount = A.length / i;
let flags = 0
}
}
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
if (A.length < 3) {
return 0;
}
let peaks = []
for(let i = 1; i < A.length - 1; i++) {
if (A[i] > A[i-1] && A[i] > A[i+1]) {
peaks.push(i);
}
}
if (peaks.length < 2) {
return peaks.length;
}
let maxSize = 0;
for (let flags = 2; i <= A.length; i++) {
if (A.length % i === 0) {
const blockCount = A.length / i;
let flags = 0
}
}
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
if (A.length < 3) {
return 0;
}
let peaks = []
for(let i = 1; i < A.length - 1; i++) {
if (A[i] > A[i-1] && A[i] > A[i+1]) {
peaks.push(i);
}
}
if (peaks.length < 2) {
return peaks.length;
}
let maxSize = 0;
for (let flags = 2; flags <= A.length; flags++) {
if (A.length % flags === 0) {
const blockCount = A.length / i;
let flags = 0
}
}
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
if (A.length < 3) {
return 0;
}
let peaks = []
for(let i = 1; i < A.length - 1; i++) {
if (A[i] > A[i-1] && A[i] > A[i+1]) {
peaks.push(i);
}
}
if (peaks.length < 2) {
return peaks.length;
}
let maxSize = 0;
for (let flags = 2; flags <= A.length; flags++) {
if (A.length % === 0) {
const blockCount = A.length / i;
let flags = 0
}
}
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
if (A.length < 3) {
return 0;
}
let peaks = []
for(let i = 1; i < A.length - 1; i++) {
if (A[i] > A[i-1] && A[i] > A[i+1]) {
peaks.push(i);
}
}
if (peaks.length < 2) {
return peaks.length;
}
let maxSize = 0;
for (let i = 2; i <= A.length; i++) {
if (A.length % i === 0) {
const blockCount = A.length / i;
let flags = 0
}
}
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
if (A.length < 3) {
return 0;
}
let peaks = []
for(let i = 1; i < A.length - 1; i++) {
if (A[i] > A[i-1] && A[i] > A[i+1]) {
peaks.push(i);
}
}
if (peaks.length < 2) {
return peaks.length;
}
let maxSize = 0;
for (let flags = 2; i <= A.length; i++) {
if (A.length % i === 0) {
const blockCount = A.length / i;
let flags = 0
}
}
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
if (A.length < 3) {
return 0;
}
let peaks = []
for(let i = 1; i < A.length - 1; i++) {
if (A[i] > A[i-1] && A[i] > A[i+1]) {
peaks.push(i);
}
}
if (peaks.length < 2) {
return peaks.length;
}
let maxSize = 0;
for (let flags = 2; flags <= A.length; flags++) {
if (A.length % flags === 0) {
const blockCount = A.length / flags;
let flags = 0
}
}
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
if (A.length < 3) {
return 0;
}
let peaks = []
for(let i = 1; i < A.length - 1; i++) {
if (A[i] > A[i-1] && A[i] > A[i+1]) {
peaks.push(i);
}
}
if (peaks.length < 2) {
return peaks.length;
}
let maxSize = 0;
for (let flags = 2; flags <= A.length; flags++) {
if (A.length % flags === 0) {
const blockCount = A.length / flags;
}
}
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
if (A.length < 3) {
return 0;
}
let peaks = []
for(let i = 1; i < A.length - 1; i++) {
if (A[i] > A[i-1] && A[i] > A[i+1]) {
peaks.push(i);
}
}
if (peaks.length < 2) {
return peaks.length;
}
let maxSize = 0;
for (let flags = 2; flags <= A.length; flags++) {
if (A.length % flags === 0) {
const blockCount = A.length / flags;
let flagPlanted = 0;
for (let)
}
}
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
if (A.length < 3) {
return 0;
}
let peaks = []
for(let i = 1; i < A.length - 1; i++) {
if (A[i] > A[i-1] && A[i] > A[i+1]) {
peaks.push(i);
}
}
if (peaks.length < 2) {
return peaks.length;
}
let maxSize = 0;
for (let flags = 2; flags <= A.length; flags++) {
if (A.length % flags === 0) {
const blockCount = A.length / flags;
let flagPlanted = 0;
for (let peak)
}
}
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
if (A.length < 3) {
return 0;
}
let peaks = []
for(let i = 1; i < A.length - 1; i++) {
if (A[i] > A[i-1] && A[i] > A[i+1]) {
peaks.push(i);
}
}
if (peaks.length < 2) {
return peaks.length;
}
let maxSize = 0;
for (let flags = 2; flags <= A.length; flags++) {
if (A.length % flags === 0) {
const blockCount = A.length / flags;
let flagPlanted = 0;
for (let peak of peaks) {
if ()
}
}
}
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
if (A.length < 3) {
return 0;
}
let peaks = []
for(let i = 1; i < A.length - 1; i++) {
if (A[i] > A[i-1] && A[i] > A[i+1]) {
peaks.push(i);
}
}
if (peaks.length < 2) {
return peaks.length;
}
let maxSize = 0;
for (let flags = 2; flags <= A.length; flags++) {
if (A.length % flags === 0) {
const blockCount = A.length / flags;
let flagPlanted = 0;
for (let jpeak of peaks) {
if ()
}
}
}
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
if (A.length < 3) {
return 0;
}
let peaks = []
for(let i = 1; i < A.length - 1; i++) {
if (A[i] > A[i-1] && A[i] > A[i+1]) {
peaks.push(i);
}
}
if (peaks.length < 2) {
return peaks.length;
}
let maxSize = 0;
for (let flags = 2; flags <= A.length; flags++) {
if (A.length % flags === 0) {
const blockCount = A.length / flags;
let flagPlanted = 0;
for (let j = 1; j) {
if ()
}
}
}
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
if (A.length < 3) {
return 0;
}
let peaks = []
for(let i = 1; i < A.length - 1; i++) {
if (A[i] > A[i-1] && A[i] > A[i+1]) {
peaks.push(i);
}
}
if (peaks.length < 2) {
return peaks.length;
}
let maxSize = 0;
for (let flags = 2; flags <= A.length; flags++) {
if (A.length % flags === 0) {
const blockCount = A.length / flags;
let flagPlanted = 0;
for (let j = 1; j < peaks.length; j++) {
if ()
}
}
}
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
let count = 0;
let peaks = [0];
let next = [0];
peaks[A.length-1] = 0;
next[A.length-1] = -1;
for (let i = A.length-1; i > 1)
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
let count = 0;
let peaks = [0];
let next = [0];
peaks[A.length-1] = 0;
next[A.length-1] = -1;
for (let i = A.length-1; i > 1; i--) {
peaks[]
}
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
let count = 0;
let peaks = [0];
let next = [0];
peaks[A.length-1] = 0;
next[A.length-1] = -1;
for (let i = A.lengt1; i > 1; i--) {
peaks[]
}
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
let count = 0;
let peaks = [0];
let next = [0];
peaks[A.length-1] = 0;
next[A.length-1] = -1;
for (let i = 1; i < A.length - 1; i++) {
peaks[]
}
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
let count = 0;
let peaks = [0];
let next = [0];
peaks[A.length-1] = 0;
next[A.length-1] = -1;
for (let i = 1; i < A.length - 1; i++) {
peaks[i] = 0;
if (A[i] > )
}
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
let count = 0;
let peaks = [0];
let next = [0];
peaks[A.length-1] = 0;
next[A.length-1] = -1;
for (let i = 1; i < A.length - 1; i++) {
peaks[i] = 0;
if (A[i] > A[i-1] && A[i] > A[i+1]) {
peaks[i] = 1;
count
}
}
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
let count = 0;
let peaks = [0];
let next = [0];
peaks[A.length-1] = 0;
next[A.length-1] = -1;
for (let i = 1; i < A.length - 1; i++) {
peaks[i] = 0;
if (A[i] > A[i-1] && A[i] > A[i+1]) {
peaks[i] = 1;
count++;
}
}
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
let count = 0;
let peaks = [0];
let next = [0];
peaks[A.length-1] = 0;
next[A.length-1] = -1;
for (let i = A.length - 1; i < A.length - 1; i++) {
peaks[i] = 0;
if (A[i] > A[i-1] && A[i] > A[i+1]) {
peaks[i] = 1;
count++;
}
}
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
let count = 0;
let peaks = [0];
let next = [0];
peaks[A.length-1] = 0;
next[A.length-1] = -1;
for (let i = A.length - 1; i > 1; i--) {
peaks[i-1] = 0;
if (A[i] > A[i-1] && A[i] > A[i+1]) {
peaks[i] = 1;
count++;
}
}
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
let count = 0;
let peaks = [0];
let next = [0];
peaks[A.length-1] = 0;
next[A.length-1] = -1;
for (let i = A.length - 1; i > 1; i--) {
peaks[i-1] = 0;
if (A[i-1] > A[i-2] && A[i-1] > A[i]) {
peaks[i-1] = 1;
count++;
}
}
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
let count = 0;
let peaks = [0];
let next = [0];
peaks[A.length-1] = 0;
next[A.length-1] = -1;
for (let i = A.length - 1; i > 1; i--) {
peaks[i-1] = 0;
if (A[i-1] > A[i-2] && A[i-1] > A[i]) {
peaks[i-1] = 1;
count++;
}
if (peaks[i] === 1) {
next[i-1] = i;
}
}
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
let count = 0;
let peaks = [0];
let next = [0];
peaks[A.length-1] = 0;
next[A.length-1] = -1;
for (let i = A.length - 1; i > 1; i--) {
peaks[i-1] = 0;
if (A[i-1] > A[i-2] && A[i-1] > A[i]) {
peaks[i-1] = 1;
count++;
}
if (peaks[i] === 1) {
next[i-1] = i;
} else {
next[i-1] = next[i];
}
}
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
let count = 0;
let peaks = [0];
let next = [0];
peaks[A.length-1] = 0;
next[A.length-1] = -1;
for (let i = A.length - 1; i > 1; i--) {
peaks[i-1] = 0;
if (A[i-1] > A[i-2] && A[i-1] > A[i]) {
peaks[i-1] = 1;
count++;
}
if (peaks[i] === 1) {
next[i-1] = i;
} else {
next[i-1] = next[i];
}
}
if (next.length > 1) {
if (peaks[1] === 1) {
}
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
let count = 0;
let peaks = [0];
let next = [0];
peaks[A.length-1] = 0;
next[A.length-1] = -1;
for (let i = A.length - 1; i > 1; i--) {
peaks[i-1] = 0;
if (A[i-1] > A[i-2] && A[i-1] > A[i]) {
peaks[i-1] = 1;
count++;
}
if (peaks[i] === 1) {
next[i-1] = i;
} else {
next[i-1] = next[i];
}
}
if (next.length > 1) {
if (peaks[1] === 1) {
next[0] = 1;
} else
}
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
let count = 0;
let peaks = [0];
let next = [0];
peaks[A.length-1] = 0;
next[A.length-1] = -1;
for (let i = A.length - 1; i > 1; i--) {
peaks[i-1] = 0;
if (A[i-1] > A[i-2] && A[i-1] > A[i]) {
peaks[i-1] = 1;
count++;
}
if (peaks[i] === 1) {
next[i-1] = i;
} else {
next[i-1] = next[i];
}
}
if (next.length > 1) {
if (peaks[1] === 1) {
next[0] = 1;
} else {
next[0] = next[1];
}
}
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
let peaks = [0];
let next = [0];
peaks[A.length-1] = 0;
next[A.length-1] = -1;
for (let i = A.length - 1; i > 1; i--) {
peaks[i-1] = 0;
if (A[i-1] > A[i-2] && A[i-1] > A[i]) {
peaks[i-1] = 1;
}
if (peaks[i] === 1) {
next[i-1] = i;
} else {
next[i-1] = next[i];
}
}
if (next.length > 1) {
if (peaks[1] === 1) {
next[0] = 1;
} else {
next[0] = next[1];
}
}
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
let count = 0;
let peaks = [0];
let next = [0];
peaks[A.length-1] = 0;
next[A.length-1] = -1;
for (let i = A.length - 1; i > 1; i--) {
peaks[i-1] = 0;
if (A[i-1] > A[i-2] && A[i-1] > A[i]) {
peaks[i-1] = 1;
count++;
}
if (peaks[i] === 1) {
next[i-1] = i;
} else {
next[i-1] = next[i];
}
}
if (next.length > 1) {
if (peaks[1] === 1) {
next[0] = 1;
} else {
next[0] = next[1];
}
}
if ()
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
let count = 0;
let peaks = [0];
let next = [0];
peaks[A.length-1] = 0;
next[A.length-1] = -1;
for (let i = A.length - 1; i > 1; i--) {
peaks[i-1] = 0;
if (A[i-1] > A[i-2] && A[i-1] > A[i]) {
peaks[i-1] = 1;
count++;
}
if (peaks[i] === 1) {
next[i-1] = i;
} else {
next[i-1] = next[i];
}
}
if (next.length > 1) {
if (peaks[1] === 1) {
next[0] = 1;
} else {
next[0] = next[1];
}
}
if (count < 2) {
return count;
}
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
let count = 0;
let peaks = [0];
let next = [0];
peaks[A.length-1] = 0;
next[A.length-1] = -1;
for (let i = A.length - 1; i > 1; i--) {
peaks[i-1] = 0;
if (A[i-1] > A[i-2] && A[i-1] > A[i]) {
peaks[i-1] = 1;
count++;
}
if (peaks[i] === 1) {
next[i-1] = i;
} else {
next[i-1] = next[i];
}
}
if (next.length > 1) {
if (peaks[1] === 1) {
next[0] = 1;
} else {
next[0] = next[1];
}
}
if (count < 2) {
return count;
}
const max = Math.min(count, P)
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
let count = 0;
let peaks = [0];
let next = [0];
peaks[A.length-1] = 0;
next[A.length-1] = -1;
for (let i = A.length - 1; i > 1; i--) {
peaks[i-1] = 0;
if (A[i-1] > A[i-2] && A[i-1] > A[i]) {
peaks[i-1] = 1;
count++;
}
if (peaks[i] === 1) {
next[i-1] = i;
} else {
next[i-1] = next[i];
}
}
if (next.length > 1) {
if (peaks[1] === 1) {
next[0] = 1;
} else {
next[0] = next[1];
}
}
if (count < 2) {
return count;
}
const max = Math.min(count, parseInt(Math.sqrt(A.length)))
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
let count = 0;
let peaks = [0];
let next = [0];
peaks[A.length-1] = 0;
next[A.length-1] = -1;
for (let i = A.length - 1; i > 1; i--) {
peaks[i-1] = 0;
if (A[i-1] > A[i-2] && A[i-1] > A[i]) {
peaks[i-1] = 1;
count++;
}
if (peaks[i] === 1) {
next[i-1] = i;
} else {
next[i-1] = next[i];
}
}
if (next.length > 1) {
if (peaks[1] === 1) {
next[0] = 1;
} else {
next[0] = next[1];
}
}
if (count < 2) {
return count;
}
const max = Math.min(count, parseInt(Math.sqrt(A.length))) + 1;
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
let count = 0;
let peaks = [0];
let next = [0];
peaks[A.length-1] = 0;
next[A.length-1] = -1;
for (let i = A.length - 1; i > 1; i--) {
peaks[i-1] = 0;
if (A[i-1] > A[i-2] && A[i-1] > A[i]) {
peaks[i-1] = 1;
count++;
}
if (peaks[i] === 1) {
next[i-1] = i;
} else {
next[i-1] = next[i];
}
}
if (next.length > 1) {
if (peaks[1] === 1) {
next[0] = 1;
} else {
next[0] = next[1];
}
}
if (count < 2) {
return count;
}
const max = Math.min(count, parseInt(Math.sqrt(A.length))) + 1;
for (let i = max)
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
let count = 0;
let peaks = [0];
let next = [0];
peaks[A.length-1] = 0;
next[A.length-1] = -1;
for (let i = A.length - 1; i > 1; i--) {
peaks[i-1] = 0;
if (A[i-1] > A[i-2] && A[i-1] > A[i]) {
peaks[i-1] = 1;
count++;
}
if (peaks[i] === 1) {
next[i-1] = i;
} else {
next[i-1] = next[i];
}
}
if (next.length > 1) {
if (peaks[1] === 1) {
next[0] = 1;
} else {
next[0] = next[1];
}
}
if (count < 2) {
return count;
}
const max = Math.min(count, parseInt(Math.sqrt(A.length))) + 1;
for (let i = max; i > 0; i--)
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
let count = 0;
let peaks = [0];
let next = [0];
peaks[A.length-1] = 0;
next[A.length-1] = -1;
for (let i = A.length - 1; i > 1; i--) {
peaks[i-1] = 0;
if (A[i-1] > A[i-2] && A[i-1] > A[i]) {
peaks[i-1] = 1;
count++;
}
if (peaks[i] === 1) {
next[i-1] = i;
} else {
next[i-1] = next[i];
}
}
if (next.length > 1) {
if (peaks[1] === 1) {
next[0] = 1;
} else {
next[0] = next[1];
}
}
if (count < 2) {
return count;
}
const max = Math.min(count, parseInt(Math.sqrt(A.length))) + 1;
for (let i = max; i > 0; i--) {
}
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
let count = 0;
let peaks = [0];
let next = [0];
peaks[A.length-1] = 0;
next[A.length-1] = -1;
for (let i = A.length - 1; i > 1; i--) {
peaks[i-1] = 0;
if (A[i-1] > A[i-2] && A[i-1] > A[i]) {
peaks[i-1] = 1;
count++;
}
if (peaks[i] === 1) {
next[i-1] = i;
} else {
next[i-1] = next[i];
}
}
if (next.length > 1) {
if (peaks[1] === 1) {
next[0] = 1;
} else {
next[0] = next[1];
}
}
if (count < 2) {
return count;
}
const max = Math.min(count, parseInt(Math.sqrt(A.length))) + 1;
for (let i = max; i > 0; i--) {
let
}
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
let count = 0;
let peaks = [0];
let next = [0];
peaks[A.length-1] = 0;
next[A.length-1] = -1;
for (let i = A.length - 1; i > 1; i--) {
peaks[i-1] = 0;
if (A[i-1] > A[i-2] && A[i-1] > A[i]) {
peaks[i-1] = 1;
count++;
}
if (peaks[i] === 1) {
next[i-1] = i;
} else {
next[i-1] = next[i];
}
}
if (next.length > 1) {
if (peaks[1] === 1) {
next[0] = 1;
} else {
next[0] = next[1];
}
}
if (count < 2) {
return count;
}
const max = Math.min(count, parseInt(Math.sqrt(A.length))) + 1;
for (let i = max; i > 0; i--) {
let tally = 1;
let base = next[0];
let
}
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
let count = 0;
let peaks = [0];
let next = [0];
peaks[A.length-1] = 0;
next[A.length-1] = -1;
for (let i = A.length - 1; i > 1; i--) {
peaks[i-1] = 0;
if (A[i-1] > A[i-2] && A[i-1] > A[i]) {
peaks[i-1] = 1;
count++;
}
if (peaks[i] === 1) {
next[i-1] = i;
} else {
next[i-1] = next[i];
}
}
if (next.length > 1) {
if (peaks[1] === 1) {
next[0] = 1;
} else {
next[0] = next[1];
}
}
if (count < 2) {
return count;
}
const max = Math.min(count, parseInt(Math.sqrt(A.length))) + 1;
for (let i = max; i > 0; i--) {
let tally = 1;
let base = next[0];
let j =
}
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
let count = 0;
let peaks = [0];
let next = [0];
peaks[A.length-1] = 0;
next[A.length-1] = -1;
for (let i = A.length - 1; i > 1; i--) {
peaks[i-1] = 0;
if (A[i-1] > A[i-2] && A[i-1] > A[i]) {
peaks[i-1] = 1;
count++;
}
if (peaks[i] === 1) {
next[i-1] = i;
} else {
next[i-1] = next[i];
}
}
if (next.length > 1) {
if (peaks[1] === 1) {
next[0] = 1;
} else {
next[0] = next[1];
}
}
if (count < 2) {
return count;
}
const max = Math.min(count, parseInt(Math.sqrt(A.length))) + 1;
for (let i = max; i > 0; i--) {
let tally = 1;
let base = next[0];
let j = next[base]
}
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
let count = 0;
let peaks = [0];
let next = [0];
peaks[A.length-1] = 0;
next[A.length-1] = -1;
for (let i = A.length - 1; i > 1; i--) {
peaks[i-1] = 0;
if (A[i-1] > A[i-2] && A[i-1] > A[i]) {
peaks[i-1] = 1;
count++;
}
if (peaks[i] === 1) {
next[i-1] = i;
} else {
next[i-1] = next[i];
}
}
if (next.length > 1) {
if (peaks[1] === 1) {
next[0] = 1;
} else {
next[0] = next[1];
}
}
if (count < 2) {
return count;
}
const max = Math.min(count, parseInt(Math.sqrt(A.length))) + 1;
for (let i = max; i > 0; i--) {
let tally = 1;
let base = next[0];
let j = next[base];
while (j < arr.length && j > 0) {
if ()
}
}
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
let count = 0;
let peaks = [0];
let next = [0];
peaks[A.length-1] = 0;
next[A.length-1] = -1;
for (let i = A.length - 1; i > 1; i--) {
peaks[i-1] = 0;
if (A[i-1] > A[i-2] && A[i-1] > A[i]) {
peaks[i-1] = 1;
count++;
}
if (peaks[i] === 1) {
next[i-1] = i;
} else {
next[i-1] = next[i];
}
}
if (next.length > 1) {
if (peaks[1] === 1) {
next[0] = 1;
} else {
next[0] = next[1];
}
}
if (count < 2) {
return count;
}
const max = Math.min(count, parseInt(Math.sqrt(A.length))) + 1;
for (let i = max; i > 0; i--) {
let tally = 1;
let base = next[0];
let j = next[base];
while (j < arr.length && j > 0) {
if (j - base >= i)
}
}
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
let count = 0;
let peaks = [0];
let next = [0];
peaks[A.length-1] = 0;
next[A.length-1] = -1;
for (let i = A.length - 1; i > 1; i--) {
peaks[i-1] = 0;
if (A[i-1] > A[i-2] && A[i-1] > A[i]) {
peaks[i-1] = 1;
count++;
}
if (peaks[i] === 1) {
next[i-1] = i;
} else {
next[i-1] = next[i];
}
}
if (next.length > 1) {
if (peaks[1] === 1) {
next[0] = 1;
} else {
next[0] = next[1];
}
}
if (count < 2) {
return count;
}
const max = Math.min(count, parseInt(Math.sqrt(A.length))) + 1;
for (let i = max; i > 0; i--) {
let tally = 1;
let base = next[0];
let j = next[base];
while (j < arr.length && j > 0) {
if (j - base >= i) {
tally++;
base = j;
j = next[base];
}
}
}
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
let count = 0;
let peaks = [0];
let next = [0];
peaks[A.length-1] = 0;
next[A.length-1] = -1;
for (let i = A.length - 1; i > 1; i--) {
peaks[i-1] = 0;
if (A[i-1] > A[i-2] && A[i-1] > A[i]) {
peaks[i-1] = 1;
count++;
}
if (peaks[i] === 1) {
next[i-1] = i;
} else {
next[i-1] = next[i];
}
}
if (next.length > 1) {
if (peaks[1] === 1) {
next[0] = 1;
} else {
next[0] = next[1];
}
}
if (count < 2) {
return count;
}
const max = Math.min(count, parseInt(Math.sqrt(A.length))) + 1;
for (let i = max; i > 0; i--) {
let tally = 1;
let base = next[0];
let j = next[base];
while (j < arr.length && j > 0) {
if (j - base >= i) {
tally++;
base = j;
j = next[base];
} else {
j = next[j];
}
}
}
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
let count = 0;
let peaks = [0];
let next = [0];
peaks[A.length-1] = 0;
next[A.length-1] = -1;
for (let i = A.length - 1; i > 1; i--) {
peaks[i-1] = 0;
if (A[i-1] > A[i-2] && A[i-1] > A[i]) {
peaks[i-1] = 1;
count++;
}
if (peaks[i] === 1) {
next[i-1] = i;
} else {
next[i-1] = next[i];
}
}
if (next.length > 1) {
if (peaks[1] === 1) {
next[0] = 1;
} else {
next[0] = next[1];
}
}
if (count < 2) {
return count;
}
const max = Math.min(count, parseInt(Math.sqrt(A.length))) + 1;
for (let i = max; i > 0; i--) {
let tally = 1;
let base = next[0];
let j = next[base];
while (j < arr.length && j > 0) {
if (j - base >= i) {
tally++;
base = j;
j = next[base];
} else {
j = next[j];
}
}
}
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
let count = 0;
let peaks = [0];
let next = [0];
peaks[A.length-1] = 0;
next[A.length-1] = -1;
for (let i = A.length - 1; i > 1; i--) {
peaks[i-1] = 0;
if (A[i-1] > A[i-2] && A[i-1] > A[i]) {
peaks[i-1] = 1;
count++;
}
if (peaks[i] === 1) {
next[i-1] = i;
} else {
next[i-1] = next[i];
}
}
if (next.length > 1) {
if (peaks[1] === 1) {
next[0] = 1;
} else {
next[0] = next[1];
}
}
if (count < 2) {
return count;
}
const max = Math.min(count, parseInt(Math.sqrt(A.length))) + 1;
for (let i = max; i > 0; i--) {
let tally = 1;
let base = next[0];
let j = next[base];
while (j < arr.length && j > 0) {
if (j - base >= i) {
tally++;
base = j;
j = next[base];
} else {
j = next[j];
}
}
if (count >= i)
}
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
let count = 0;
let peaks = [0];
let next = [0];
peaks[A.length-1] = 0;
next[A.length-1] = -1;
for (let i = A.length - 1; i > 1; i--) {
peaks[i-1] = 0;
if (A[i-1] > A[i-2] && A[i-1] > A[i]) {
peaks[i-1] = 1;
count++;
}
if (peaks[i] === 1) {
next[i-1] = i;
} else {
next[i-1] = next[i];
}
}
if (next.length > 1) {
if (peaks[1] === 1) {
next[0] = 1;
} else {
next[0] = next[1];
}
}
if (count < 2) {
return count;
}
const max = Math.min(count, parseInt(Math.sqrt(A.length))) + 1;
for (let i = max; i > 0; i--) {
let tally = 1;
let base = next[0];
let j = next[base];
while (j < arr.length && j > 0) {
if (j - base >= i) {
tally++;
base = j;
j = next[base];
} else {
j = next[j];
}
}
if (count >= i) {
}
}
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
let count = 0;
let peaks = [0];
let next = [0];
peaks[A.length-1] = 0;
next[A.length-1] = -1;
for (let i = A.length - 1; i > 1; i--) {
peaks[i-1] = 0;
if (A[i-1] > A[i-2] && A[i-1] > A[i]) {
peaks[i-1] = 1;
count++;
}
if (peaks[i] === 1) {
next[i-1] = i;
} else {
next[i-1] = next[i];
}
}
if (next.length > 1) {
if (peaks[1] === 1) {
next[0] = 1;
} else {
next[0] = next[1];
}
}
if (count < 2) {
return count;
}
const max = Math.min(count, parseInt(Math.sqrt(A.length))) + 1;
for (let i = max; i > 0; i--) {
let tally = 1;
let base = next[0];
let j = next[base];
while (j < arr.length && j > 0) {
if (j - base >= i) {
tally++;
base = j;
j = next[base];
} else {
j = next[j];
}
}
if (tally >= i) {
return i;
}
}
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
let count = 0;
let peaks = [0];
let next = [0];
peaks[A.length-1] = 0;
next[A.length-1] = -1;
for (let i = A.length - 1; i > 1; i--) {
peaks[i-1] = 0;
if (A[i-1] > A[i-2] && A[i-1] > A[i]) {
peaks[i-1] = 1;
count++;
}
if (peaks[i] === 1) {
next[i-1] = i;
} else {
next[i-1] = next[i];
}
}
if (next.length > 1) {
if (peaks[1] === 1) {
next[0] = 1;
} else {
next[0] = next[1];
}
}
if (count < 2) {
return count;
}
const max = Math.min(count, parseInt(Math.sqrt(A.length))) + 1;
for (let i = max; i > 0; i--) {
let tally = 1;
let base = next[0];
let j = next[base];
while (j < arr.length && j > 0) {
if (j - base >= i) {
tally++;
base = j;
j = next[base];
} else {
j = next[j];
}
}
if (tally >= i) {
return i;
}
}
return 0;
}
ReferenceError: arr is not defined at solution (solution.js:47:20) at solutionWrapper (/tmp/exec.js:402:28) at Promise.resolve.then (/tmp/exec.js:428:24) at <anonymous> at process._tickCallback (internal/process/next_tick.js:188:7) at Function.Module.runMain (module.js:686:11) at startup (bootstrap_node.js:187:16) at bootstrap_node.js:608:3
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
let count = 0;
let peaks = [0];
let next = [0];
peaks[A.length-1] = 0;
next[A.length-1] = -1;
for (let i = A.length - 1; i > 1; i--) {
peaks[i-1] = 0;
if (A[i-1] > A[i-2] && A[i-1] > A[i]) {
peaks[i-1] = 1;
count++;
}
if (peaks[i] === 1) {
next[i-1] = i;
} else {
next[i-1] = next[i];
}
}
if (next.length > 1) {
if (peaks[1] === 1) {
next[0] = 1;
} else {
next[0] = next[1];
}
}
if (count < 2) {
return count;
}
const max = Math.min(count, parseInt(Math.sqrt(A.length))) + 1;
for (let i = max; i > 0; i--) {
let tally = 1;
let base = next[0];
let j = next[base];
while (j < peaks.length && j > 0) {
if (j - base >= i) {
tally++;
base = j;
j = next[base];
} else {
j = next[j];
}
}
if (tally >= i) {
return i;
}
}
return 0;
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
let count = 0;
let peaks = [0];
let next = [0];
peaks[A.length-1] = 0;
next[A.length-1] = -1;
for (let i = A.length - 1; i > 1; i--) {
peaks[i-1] = 0;
if (A[i-1] > A[i-2] && A[i-1] > A[i]) {
peaks[i-1] = 1;
count++;
}
if (peaks[i] === 1) {
next[i-1] = i;
} else {
next[i-1] = next[i];
}
}
if (next.length > 1) {
if (peaks[1] === 1) {
next[0] = 1;
} else {
next[0] = next[1];
}
}
if (count < 2) {
return count;
}
const max = Math.min(count, parseInt(Math.sqrt(A.length))) + 1;
for (let i = max; i > 0; i--) {
let tally = 1;
let base = next[0];
let j = next[base];
while (j < peaks.length && j > 0) {
if (j - base >= i) {
tally++;
base = j;
j = next[base];
} else {
j = next[j];
}
}
if (tally >= i) {
return i;
}
}
return 0;
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
let count = 0;
let peaks = [0];
let next = [0];
peaks[A.length-1] = 0;
next[A.length-1] = -1;
for (let i = A.length - 1; i > 1; i--) {
peaks[i-1] = 0;
if (A[i-1] > A[i-2] && A[i-1] > A[i]) {
peaks[i-1] = 1;
count++;
}
if (peaks[i] === 1) {
next[i-1] = i;
} else {
next[i-1] = next[i];
}
}
if (next.length > 1) {
if (peaks[1] === 1) {
next[0] = 1;
} else {
next[0] = next[1];
}
}
if (count < 2) {
return count;
}
const max = Math.min(count, parseInt(Math.sqrt(A.length))) + 1;
for (let i = max; i > 0; i--) {
let tally = 1;
let base = next[0];
let j = next[base];
while (j < peaks.length && j > 0) {
if (j - base >= i) {
tally++;
base = j;
j = next[base];
} else {
j = next[j];
}
}
if (tally >= i) {
return i;
}
}
return 0;
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
let count = 0;
let peaks = [0];
let next = [0];
peaks[A.length-1] = 0;
next[A.length-1] = -1;
for (let i = A.length - 1; i > 1; i--) {
peaks[i-1] = 0;
if (A[i-1] > A[i-2] && A[i-1] > A[i]) {
peaks[i-1] = 1;
count++;
}
if (peaks[i] === 1) {
next[i-1] = i;
} else {
next[i-1] = next[i];
}
}
if (next.length > 1) {
if (peaks[1] === 1) {
next[0] = 1;
} else {
next[0] = next[1];
}
}
if (count < 2) {
return count;
}
const max = Math.min(count, parseInt(Math.sqrt(A.length))) + 1;
for (let i = max; i > 0; i--) {
let tally = 1;
let base = next[0];
let j = next[base];
while (j < peaks.length && j > 0) {
if (j - base >= i) {
tally++;
base = j;
j = next[base];
} else {
j = next[j];
}
}
if (tally >= i) {
return i;
}
}
return 0;
}
// you can write to stdout for debugging purposes, e.g.
// console.log('this is a debug message');
function solution(A) {
// write your code in JavaScript (Node.js 8.9.4)
let count = 0;
let peaks = [0];
let next = [0];
peaks[A.length-1] = 0;
next[A.length-1] = -1;
for (let i = A.length - 1; i > 1; i--) {
peaks[i-1] = 0;
if (A[i-1] > A[i-2] && A[i-1] > A[i]) {
peaks[i-1] = 1;
count++;
}
if (peaks[i] === 1) {
next[i-1] = i;
} else {
next[i-1] = next[i];
}
}
if (next.length > 1) {
if (peaks[1] === 1) {
next[0] = 1;
} else {
next[0] = next[1];
}
}
if (count < 2) {
return count;
}
const max = Math.min(count, parseInt(Math.sqrt(A.length))) + 1;
for (let i = max; i > 0; i--) {
let tally = 1;
let base = next[0];
let j = next[base];
while (j < peaks.length && j > 0) {
if (j - base >= i) {
tally++;
base = j;
j = next[base];
} else {
j = next[j];
}
}
if (tally >= i) {
return i;
}
}
return 0;
}
The solution obtained perfect score.