摘要: 数据结构可视化 https://www.cs.usfca.edu/~galles/visualization/source.html 数据结构和算法动态可视化 https://visualgo.net/zh Data Structure Alghoritm Animation https://dsa 阅读全文
posted @ 2018-09-02 18:06 TFLSNOI 阅读(2472) 评论(0) 推荐(1)
摘要: 题目连接:http://ybt.ssoier.cn:8088/problem_show.php?pid=1198 一递归写法:(由逆波兰表达式的概念而写) 认真理解其概念 二、用栈写 阅读全文
posted @ 2018-09-02 17:02 TFLSNOI 阅读(2040) 评论(1) 推荐(0)
摘要: 题目连接:http://ybt.ssoier.cn:8088/problem_show.php?pid=1315 阅读全文
posted @ 2018-09-02 10:25 TFLSNOI 阅读(707) 评论(0) 推荐(0)
摘要: 题目连接:http://ybt.ssoier.cn:8088/problem_show.php?pid=1192 一递归方式:视频讲解地址:https://www.bilibili.com/video/av27747114/?p=12 二递推(简单动态规划),从某种意义讲递推和动归很难区分 三、其他 阅读全文
posted @ 2018-09-02 09:59 TFLSNOI 阅读(3218) 评论(0) 推荐(1)