MCPcopy Create free account
hub / github.com/algorithm004-01/algorithm004-01 / updateBoard

Method updateBoard

Week 03/id_006/LeetCode_529_006.java:46–90  ·  view source on GitHub ↗

思路:广度优先搜索 要点:当周围没有炸弹,则遍历周围节点;否则获取周围炸点节点,标记为数字 @param board @param click @return

(char[][] board, int[] click)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainMethod · 0.95

Calls 3

getBombShellNumberMethod · 0.95
inAreaMethod · 0.95
isEmptyMethod · 0.45

Tested by

no test coverage detected