MCPcopy Create free account
hub / github.com/corpsepiges/leetcode / f

Method f

java/212. Word Search II.java:94–116  ·  view source on GitHub ↗

各参数含义 @param board 参照表格 @param ch 测试的字符串转成字符数组 @param level 测试数组的下标 @param x 探测表格的横坐标 @param y 探测表格的纵坐标 @param length数组的长度 @param m 表格的横长 @param n 表格的纵长 @param flag 标记表格该位置的字符是否被使用过,true表示使用过,false表示未使用过 @return

(char[][] board,char[] ch,int level,int x,int y,int length,int m,int n,boolean[][] flag)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

existMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected