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 adfe2cd commit e20244aCopy full SHA for e20244a
src/main/java/com/fishercoder/solutions/_1862.java
@@ -6,7 +6,9 @@
6
7
public class _1862 {
8
public static class Solution1 {
9
- /**TODO: this results in TLE, fix it.*/
+ /**
10
+ * TODO: this results in TLE, fix it.
11
+ */
12
public int sumOfFlooredPairs(int[] nums) {
13
TreeMap<Integer, Integer> map = new TreeMap<>();
14
for (int num : nums) {
0 commit comments