cleanup
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user