摘要: https://leetcode.cn/problems/generate-parentheses/solution/-by-1978-7-owhs/ /** * @name: 括号生成 * @param {int} n 括号的个数 * @return {*} */ func generatePar 阅读全文
posted @ 2022-07-11 14:56 知道了呀~ 阅读(60) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.cn/problems/open-the-lock/solution/shou-hua-tu-jie-tu-bfs-lin-jie-guan-xi-7-ud8c/ func openLock(deadends []string, target string) int 阅读全文
posted @ 2022-07-11 14:44 知道了呀~ 阅读(62) 评论(0) 推荐(0) 编辑