[백준]2606 - 바이러스(설명X)
1234567891011121314151617181920212223242526272829303132#include using namespace std; void DFS(bool** connect, bool* arr, int size, int pos, int inf = 0) { for (int i = 1; i > T >> num; bool* arr = new bool[T + 1]{ false, }; bool** connect = new bool* [T + 1]; for (int i = 1; i com1 >> com2; connect[com1][com2] = true; connect[com2][com1] = true; } DFS(connect, arr, T, 1); for (int i = 1; i
algorithm'''problem solve
2020. 4. 9. 18:11
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 파이썬
- BFS
- c
- BaekJoon
- LG
- 이분탐색
- 피보나치
- 백준
- webOS
- 정렬
- 플로이드 와셜
- Dynamic Programming
- c++
- 알고리즘
- 완전탐색
- 프로그래머스
- 브루트포스
- 백트래킹
- 오픈소스
- 한화큐셀
- DP
- 구현
- 코딩
- 카카오
- 컨트리뷰톤
- 인공지능
- DFS
- 1932
- PyPy3
- 동적 계획법
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함