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
- 솔직후기
- 자료구조
- 러스트 입문
- DP
- 알고리즘
- Tree
- 속초
- Problem Solving
- 맛집
- LeetCode
- C++
- 인터뷰
- 리트코드
- 기술면접
- 트리
- 내돈내산
- Medium
- 러스트 배우기
- 코딩인터뷰
- 속초 맛집
- 러스트 기초
- interview question
- ProblemSolving
- algorithm
- 러스트
- 반드시 알아야 할 자료구조
- PS
- Interview
- rust
- coding interview
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |