LeetCode: 1921-Eliminate Maximum Number of Monsters 解題紀錄
Last Updated on 2023-11-07 by Clay
題目
You are playing a video game where you are defending your city from a group of n monsters. You are given a 0-indexed integer array dist of size n, where dist[i] is the initial distance in kilometers of the ith monster from the city.
Read More »LeetCode: 1921-Eliminate Maximum Number of Monsters 解題紀錄