Class Solution
- java.lang.Object
-
- g0501_0600.s0599_minimum_index_sum_of_two_lists.Solution
-
public class Solution extends Object
-
-
Constructor Summary
Constructors Constructor Description Solution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfillMap(String[] a, Map<String,Integer> hm)String[]findRestaurant(String[] list1, String[] list2)
-