정렬 / Collections.sort()
부분합 알고리즘
BigInteger / isProbablePrime(), nextProbablePrime()
Map<>
InitializingBean, DisposableBean / 설정 정보에서의 지정 / @PostConstruct, @PreDestroy
HashSet<>
Map<> / LinkedHashMap()
의존 관계 주입 방법 / require 옵션, @Nullable, Optional<> / lombok / @Qualifier, @Primary / List, Map
@ComponentScan, @Autowired / 탐색 위치 및 기본 스캔 대상 / 필터 / 중복 등록 및 충돌
싱글톤 패턴 / 싱글톤 컨테이너 / @Configuration
IoC / DI / 스프링 컨테이너 / @Configuration, @Bean
Point 클래스 / Comaprable<T> / compareTo()
스프링 역사 / 스프링, 스프링 부트 / 객체 지향 / SOLID
MySQL CRUD명령
Collections.sort() / StringBuilder / ArrayList
정렬의 개념 / 정렬의 종류 / 시간 복잡도 정리
2차원 배열