일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 디프만16기
- 자료구조
- depromeet
- 코드트리
- Spring
- C언어
- c
- OAuth
- AOP
- 코드 트리
- flutter
- 부하 테스트
- 코딩
- 다형성
- 객체지향
- kakao
- Redis
- 코딩 테스트
- pub.dev
- 상속
- java
- Oidc
- 디프만
- 코딩테스트
- dip
- Sharding
- 운영체제
- 연습문제
- Kotlin
- nGrinder
- Today
- Total
목록코드 트리 (2)
Nick Dev
문제링크https://www.codetree.ai/trails/complete/curated-cards/challenge-yutnori-1d/description Code Tree | Learning to Code with ConfidenceA super-comprehensive, meticulously arranged Coding Learning Curriculum engineered by Algorithm Experts composed of former International Olympiad in Informatics (IOI) medalists.www.codetree.ai 내 풀이import java.util.*;public class Main { static int n; static ..
문제문제 링크https://www.codetree.ai/missions/2/problems/best-cross-shape-bomb?&utm_source=clipboard&utm_medium=text내 코드import java.util.*;public class Main { static int n; static int arr[][]; static int copy[][]; static int[] dxs = new int[] {1, 0, -1, 0}; static int[] dys = new int[] {0, 1, 0, -1}; public static void copy() { for (int i = 0; i = 0; i--) { if (..