This commit is contained in:
2025-02-03 00:36:42 +01:00
parent ba4c999a99
commit 849d003a68

View File

@@ -15,11 +15,6 @@ const subtractMultiples = (a: number, b: number): number => {
}
}
/**
* Does a single operation on the given array.
* Keeps the array sorted.
* @returns True if the array is all the same, false otherwise.
*/
const operate = (arr: number[]): boolean => {
let step = 1;