일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 액티비티 ANR
- anr
- android adapterview
- android support
- 알고리즘
- 안드로이드 파일
- 백준
- support 라이브러리
- 너비우선탐색
- application not responding
- 깊이우선탐색
- Github
- 백준 알고리즘
- 소수
- support fragment
- 자바 컬렉션
- DFS
- android fragment
- db
- 컬렉션
- SQLite와 Realm 차이점
- java
- 안드로이드 AdapterView
- 자료구조
- BFS
- 안드로이드 ANR
- oracle
- 소수 알고리즘
- 안드로이드 DBMS
- 안드로이드
Archives
- Today
- Total
목록웜바이러스 (1)
밍의 기록들😉
문제 https://www.acmicpc.net/problem/2606 소스코드import java.util.Scanner; public class Virus { private static int v; public static void main(String[] args) { Scanner sc = new Scanner(System.in); v = sc.nextInt(); // node, vertex int e = sc.nextInt(); // edge sc.nextLine(); int[][] graph = new int[v][v]; int[] check = new int[v]; for(int i=0; i
자료구조, 알고리즘/문제풀이
2018. 9. 5. 23:13