grandyang / leetcode

Provide all my solutions and explanations in Chinese for all the Leetcode coding problems.
6.14k stars 736 forks source link

question #2012

Open wanggujin opened 3 years ago

wanggujin commented 3 years ago

DFS中 if (!g[idx][idx]) return true; 这一句是什么意思?