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 |
Tags
- 다익스트라
- @Profile
- Application Runner
- 리소스핸들러
- HttpMessageConverters
- HATEOAS
- 백기선
- 리소스 서버
- rest api
- 브루트포스
- EnableAutoConfiguration
- 스프링 부트
- AuthenticationPrincipal
- Application Argument
- 정적 리소스
- application.properties
- 스프링부트
- Spring Security
- JsonSerializer
- cors
- webjar
- @ConfigurationProperties
- 알고리즘
- 백트래킹
- WebApplication Type
- OAuth2
- JPA
- 백준
- 외부설정
- Application Event
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