Class Solution


  • public class Solution
    extends Object
    • Constructor Detail

      • Solution

        public Solution()
    • Method Detail

      • findAllPeople

        public List<Integer> findAllPeople​(int n,
                                           int[][] meetings,
                                           int firstPerson)