java.lang.Object
g1201_1300.s1203_sort_items_by_groups_respecting_dependencies.Solution
public class Solution
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Solution
public Solution()
-
Method Details
-
sortItems
public int[] sortItems(int n,
int m,
int[] group,
List<List<Integer>> beforeItems)