Question Given an m x n 2D binary grid [grid] which represents a map of '1's (land) and '0's (water), return the number of islands. An island is surrounded by water and is formed by connecting adjacent lands horizontally or vertically. You may assume all four edges of the grid are all surrounded by water. m x n 인 2차원 grid가 주어진다. grid의 1은 땅, 0은 물을 의미할 때 island의 개수를 세라. island는 물로 상하좌우가 둘러싸인 땅을 의미..
Question Given an m x n grid of characters board and a string word, return true if word exists in the grid. The word can be constructed from letters of sequentially adjacent cells, where adjacent cells are horizontally or vertically neighboring. The same letter cell may not be used more than once. Follow up: Could you use search pruning to make your solution faster with a larger board? 문자판의 m x ..
- Total
- Today
- Yesterday
- 인터뷰
- 러스트 배우기
- 솔직후기
- Tree
- 알고리즘
- 반드시 알아야 할 자료구조
- LeetCode
- 속초 맛집
- coding interview
- 내돈내산
- algorithm
- Problem Solving
- 기술면접
- 자료구조
- PS
- Medium
- interview question
- 리트코드
- 맛집
- Interview
- ProblemSolving
- 러스트
- 코딩인터뷰
- 속초
- C++
- 러스트 입문
- 트리
- DP
- 러스트 기초
- rust
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |