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
- redissonlock aop
- 백준
- Invalid property 'principal.username' of bean class
- 낙관적 락 롤백
- ObjectOptimisticLockingFailureException
- 알고리즘
- jpa
- @transactional
- S3
- spring aop
- spring DI
- AccessToken
- kotest testcontainers
- 소수찾기 java
- aop
- TestContainers
- 멀티모듈 테스트컨테이너
- Spring Cloud Gateway
- 형상관리
- 낙관적 락 재시도
- springsecurity
- 우아한 테크러닝
- DI
- multimodule testcontainers
- java
- netty
- RefreshToken
- OptimisticLock
- ObjectOptimisticLockingFailureException 처리
- interface
Archives
- Today
- Total
목록프로그래머스 위장 JAVA 풀이 (1)
조급하면 모래성이 될뿐

문제 링크 : https://programmers.co.kr/learn/courses/30/lessons/42578 코딩테스트 연습 - 위장 | 프로그래머스 programmers.co.kr 코드 package Programmers.Level2; import java.util.HashMap; import java.util.Map; public class Camouflage { public static void main(String[] args) { String[][] clothes ={ {"yellow_hat", "headgear"}, {"blue_sunglasses", "eyewear"}, {"green_turban", "headgear"} }; int answer = solution(clothes); ..
Algorithm/Programmers
2019. 11. 7. 20:46