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