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
1234567891011121314151617181920212223242526272829303132333435363738394041#include #include using namespace std; class Meeting {private: int start, end;public: bool operatorend == m1.end) return this->start end start = start; this->end = end; } int getEnd() { return end; } int getStart() { return start; }}; int main() { int N, cnt = 0, criterion = 0; cin >> N; Meeting* meetings = new Meeting[N]; ..
123456789101112131415161718192021222324252627282930313233#include using namespace std; void find(int** grp, int* arr, int size, int val) { arr[val] = 1; for (int pos = 0; pos > N >> M; int* arr = new int[N + 1]{ 0, }; int** grp = new int*[N + 1]; for (int i = 1; i u >> v; grp[u][v] = 1; grp[v][u] = 1; } for (int i = 1; i
- Total
- Today
- Yesterday
- BaekJoon
- BFS
- 프로그래머스
- DFS
- c
- 플로이드 와셜
- 오픈소스
- 카카오
- 파이썬
- webOS
- 인공지능
- 알고리즘
- PyPy3
- 동적 계획법
- 이분탐색
- c++
- DP
- 완전탐색
- 브루트포스
- 구현
- 백트래킹
- 코딩
- 1932
- 백준
- LG
- 피보나치
- 정렬
- Dynamic Programming
- 한화큐셀
- 컨트리뷰톤
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |