【leetcode】廣度優先遍歷BFS

通常使用隊列,經典題型:node 1. 樹的層次遍歷及其延伸 2. 徹底平方數 https://leetcode-cn.com/problems/perfect-squares/submissions/ class Solution: def numSquares(self, n): """ :type n: int :rtype: int
相關文章
相關標籤/搜索