반응형 Generics1 Chapter 19. Generics[Java Basic] 19.A - 중복된 값을 가지지 않는 ArrayList Time Limit: 1s Memory Limit: 128MB DESCRIPTION ArrayList를 입력받아 중복된 값을 가지지 않는 새로운 ArrayList를 return 하는 Method를 작성하시오. (Distinct elements in ArrayList) Write the following method that returns a new ArrayList. The new list contains the non-duplicate elements from the original list. INPUT * Line 1 : 자료형 (String, Integer, Double 중 하나) * Line 2 : 자료의 개수 N (1~1,000 범위의 정수.. 2021. 11. 6. 이전 1 다음 반응형