lecode第五周

LeetCode算法题:

搜索:

BFS(279):https://leetcode.com/problems/perfect-squares/description/

参考文献:https://blog.csdn.net/weixin_43730955/article/details/88102249

 

DFS(695):https://leetcode.com/problems/max-area-of-island/description/

Backtracking(17):https://leetcode.com/problems/letter-combinations-of-a-phone-number/description/

 

动态规划:

斐波那契数列(70):https://leetcode.com/problems/climbing-stairs/description/

矩阵路径(64):https://leetcode.com/problems/minimum-path-sum/description/

数组区间(303):https://leetcode.com/problems/range-sum-query-immutable/description/

分割整数(343):https://leetcode.com/problems/integer-break/description/

最长递增子序列(300):https://leetcode.com/problems/longest-increasing-subsequence/description/

0-1 背包(416):https://leetcode.com/problems/partition-equal-subset-sum/description/

股票交易(309):https://leetcode.com/problems/best-time-to-buy-and-sell-stock-with-cooldown/description/

字符串编辑(583):https://leetcode.com/problems/delete-operation-for-two-strings/description/

 

第四周LeetCode刷题参考答案:

链接:https://pan.baidu.com/s/1BvLJbAWRxCHEejod-sf7iQ 

提取码:q8uw

你可能感兴趣的:(深度学习)