We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1193bc commit 4e56d8cCopy full SHA for 4e56d8c
1921_Eliminate_Maximum_Number_of_Monsters.java
@@ -1,7 +1,13 @@
1
-// id: 1921
2
-// Name: Eliminate Maximum Number of Monsters
3
-// link: https://leetcode.com/problems/eliminate-maximum-number-of-monsters/
4
-// Difficulty: Medium
+/*
+ * 1921. Eliminate Maximum Number of Monsters
+ * Problem Link: https://leetcode.com/problems/eliminate-maximum-number-of-monsters/
+ * Difficulty: Medium
5
+ *
6
+ * Solution Created by: Muhammad Khuzaima Umair
7
+ * LeetCode : https://leetcode.com/mkhuzaima/
8
+ * Github : https://github.com/mkhuzaima
9
+ * LinkedIn : https://www.linkedin.com/in/mkhuzaima/
10
+ */
11
12
class Solution {
13
public int eliminateMaximum(int[] dist, int[] speed) {
0 commit comments