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
- typescript
- Vue
- BFS
- nodejs
- vuejs
- 클라우데라
- DFS
- next.config.js
- nextjs autoFocus
- useHistory 안됨
- NextJS
- react autoFocus
- TensorFlow
- UserCreationForm
- django
- pandas
- error:0308010C:digital envelope routines::unsupported
- login
- react
- logout
- read_csv
- Express
- mongoDB
- useState
- JavaScript
- 자연어처리
- Deque
- 자료구조
- Python
- Queue
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함