Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- JsonSerializer
- HttpMessageConverters
- 리소스핸들러
- HATEOAS
- Application Runner
- 백기선
- cors
- 리소스 서버
- application.properties
- 스프링 부트
- 브루트포스
- 알고리즘
- OAuth2
- rest api
- Application Event
- 정적 리소스
- 스프링부트
- AuthenticationPrincipal
- Spring Security
- EnableAutoConfiguration
- 다익스트라
- Application Argument
- 백트래킹
- JPA
- 백준
- @ConfigurationProperties
- WebApplication Type
- webjar
- 외부설정
- @Profile
Archives
- Today
- Total
목록카카오 (1)
아카이브
[KAKAO BLIND 2018] 1차 - 프렌즈4블록
프로그래머스 코드 중심의 개발자 채용. 스택 기반의 포지션 매칭. 프로그래머스의 개발자 맞춤형 프로필을 등록하고, 나와 기술 궁합이 잘 맞는 기업들을 매칭 받으세요. programmers.co.kr package programmers.kakao_previous.blind_2018; public class Friends4Block_1st { static char[][] map; static boolean[][] visit; static int R, C; public static void main(String[] args) { R = 4; C = 5; String[] board = {"CCBDE", "AAADE", "AAABF", "CCBBF"}; int ans = solution(R, C, board); ..
자료구조&알고리즘
2020. 9. 11. 00:00