![240](https://cdn2.jianshu.io/assets/default_avatar/9-cceda3cf5072bcdd77e8ca4f21c40998.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
IP属地:吉林
0 写在开始 用vs code搭建c++环境主要用到两个工具,vs code和mingw-w64,之前看过一些教程给的下载链接有的被改了,有...
链接:https://leetcode-cn.com/problems/perfect-squares/ 解题思路:这个题用动态规划做的,时间比...
链接:https://leetcode-cn.com/problems/minimum-path-sum/ 主要思路:1.这个题比较简单,因为题...
链接:https://leetcode-cn.com/problems/partition-equal-subset-sum/ 主要思路:从一堆...
链接:https://leetcode-cn.com/problems/number-of-islands/ 主要思路:1.如果发现当前点是岛屿...
链接:https://leetcode-cn.com/problems/clone-graph/ 关键思路:1.题目中明明确表示不会超过100个...
链接:https://leetcode-cn.com/problems/surrounded-regions/ 此题采用广度优先的思想:最外圈是...