You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@
6
6
7
7
| # | Title | Solution | Difficulty |
8
8
|---| ----- | -------- | ---------- |
9
-
|1464|[Maximum Product of Two Elements in An Array](https://leetcode.com/problems/maximum-product-of-two-elements-in-an-array/)|[java](./algorithms/maximumProductOfTwoElementsInAnArray/Solution.java)|Easy|
10
-
|1207|[Unique Number of Occurrences](https://leetcode.com/problems/unique-number-of-occurrences/)||Easy|
9
+
|1464|[Maximum Product of Two Elements in An Array](https://leetcode.com/problems/maximum-product-of-two-elements-in-an-array/)|[java](./algorithms/maximumProductOfTwoElementsInAnArray/Solution.java)[java_dream](./algorithms/maximumProductOfTwoElementsInAnArray_Dream/maximumProductOfTwoElementsInAnArray_Dream.java)|Easy|
10
+
|1207|[Unique Number of Occurrences](https://leetcode.com/problems/unique-number-of-occurrences/)|[java](./algorithms/uniqueNumberOfOccurrences/uniqueNumberOfOccurrences.java)|Easy|
11
11
|1179|[Reformat Department Table](https://leetcode.com/problems/reformat-department-table/)|[Mysql](./algorithms/reformatDepartmentTable/Solution.sql)|Easy|
12
12
|1170|[Compare Strings by Frequency of the Smallest Character](https://leetcode.com/problems/compare-strings-by-frequency-of-the-smallest-character/)||Easy|
0 commit comments