摘要: LeetCode 0200. Number of Islands岛屿数量【Medium】【Python】【DFS】 Problem "LeetCode" Given a 2d grid map of s (land) and s (water), count the number of island 阅读全文
posted @ 2020-02-28 23:27 Wonz 阅读(242) 评论(0) 推荐(0) 编辑
摘要: LeetCode 0695. Max Area of Island【Medium】【Python】【DFS】 Problem "LeetCode" Given a non empty 2D array of 0's and 1's, an island is a group of 's (repre 阅读全文
posted @ 2020-02-28 22:52 Wonz 阅读(110) 评论(0) 推荐(0) 编辑
摘要: LeetCode 0127. Word Ladder单词接龙【Medium】【Python】【BFS】 Problem "LeetCode" Given two words ( beginWord and endWord ), and a dictionary's word list, find t 阅读全文
posted @ 2020-02-28 22:09 Wonz 阅读(176) 评论(0) 推荐(0) 编辑