[알고리즘] 정렬된 Array에서 중복제거하여 target의 인덱스 반환
정렬된 Array에서 중복제거하여 target의 인덱스 반환하기 1. ArrayList에 데이터 셋팅. 2. 중복이 허용되지 않는 HashSet에 데이터 셋팅. 3. 다시 int[]에 담아 반환 class Solution { public int[] searchRange(int[] nums, int...
황트루치
정렬된 Array에서 중복제거하여 target의 인덱스 반환하기 1. ArrayList에 데이터 셋팅. 2. 중복이 허용되지 않는 HashSet에 데이터 셋팅. 3. 다시 int[]에 담아 반환 class Solution { public int[] searchRange(int[] nums, int...
error: cannot spawn git: No such file or directory Atom 에디터의 Merge기능이 편리해 컨플릭트가 났을때 애용하던 와중에 Git 액션시 위와 같은 오류가 발생했다. GIT_SSH PATH등록하는 등 검색된 솔루션에도 해결안되던 와중에...
ArrayList 를 일정 크기로 분할할 때, sublist(int fromIndex, int toIndex) 를 사용해도 되지만, 리스트 사이즈내에서 fromIndex, toIndex구하는 로직을 추가로 짜야한다. Apache Commons 라이브러리의 partition 메서드를 사용하면 아주 간편하게 List를 사이즈에...
More
최근 댓글