Skip to content

Commit b40a630

Browse files
authored
Update and rename 1299-Replace-Elements-with-Greatest-Element-on-Right-Side.ts to 1299-Replace-Elements-With-Greatest-Element-On-Right-Side.ts
1 parent ce60e80 commit b40a630

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

typescript/1299-Replace-Elements-with-Greatest-Element-on-Right-Side.ts renamed to typescript/1299-Replace-Elements-With-Greatest-Element-On-Right-Side.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// ======================= [Iter solu] =======================
21
function replaceElements(arr: number[]): number[] {
32
let currMax = -1;
43

@@ -10,4 +9,4 @@ function replaceElements(arr: number[]): number[] {
109
}
1110

1211
return arr;
13-
};
12+
};

0 commit comments

Comments
 (0)