摘要: * 问题 给定一个矩阵m,从左上角开始每次只能向右或者向下走,最后到右下角的位置,路径上所有的数字累加起来就是路径和,返回所有的路径中最小的路径和。 1 -> 3 5 9 8 1 3 4 5 0 -> 6 -> 1 8 8 4 0 打印最小路径: 1->3->1->0->6->1->0 Output 阅读全文
posted @ 2018-08-01 23:31 zhanghui_ming 阅读(421) 评论(0) 推荐(0) 编辑
摘要: * server.xml 阅读全文
posted @ 2018-08-01 17:30 zhanghui_ming 阅读(81) 评论(0) 推荐(0) 编辑
摘要: * 找到下载网站 https://git-scm.com/downloads * 下载wget for windows 链接: https://pan.baidu.com/s/1BG4TStgFEEvIoX04yAjW2w 密码: 54xm * 点击下载链接下载 * 双击安装包安装 Git-2.18 阅读全文
posted @ 2018-08-01 15:44 zhanghui_ming 阅读(217) 评论(0) 推荐(0) 编辑
摘要: Demo project for Spring Boot 阅读全文
posted @ 2018-08-01 09:39 zhanghui_ming 阅读(121) 评论(0) 推荐(0) 编辑
摘要: * 动态规划法 343 * 数学问题 maths is fun https://www.mathsisfun.com/algebra/index.html 阅读全文
posted @ 2018-08-01 09:34 zhanghui_ming 阅读(794) 评论(0) 推荐(0) 编辑