python_BFS) 백준 1926 그림
baekjoon 1926번 그림 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 32 33 34 35 36 37 38 def div(x, y): global sol2 deq = collections.deque() visited[y][x] = 1 deq.append((y, x)) while deq: y, x = deq.popleft() sol2 += 1 for i in range(4): nx = dx[i] + x ny = dy[i] + y if not(0
알고리즘/백준
2020. 3. 31. 08:58
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- login
- DFS
- 클라우데라
- Vue
- Express
- BFS
- JavaScript
- Python
- pandas
- NextJS
- django
- 자료구조
- react autoFocus
- vuejs
- logout
- 자연어처리
- react
- nextjs autoFocus
- error:0308010C:digital envelope routines::unsupported
- Deque
- Queue
- mongoDB
- useHistory 안됨
- UserCreationForm
- typescript
- next.config.js
- nodejs
- read_csv
- TensorFlow
- useState
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함