加载中...

随笔分类 -  记忆化搜索

摘要:https://www.acwing.com/problem/content/description/1567/ 思路: 这题可以不用记忆化搜索写,也不是很烦,在这儿记忆化搜索主要是用来解决求树的深度用的。 #include <iostream> #include <cstring> #includ 阅读全文
posted @ 2022-08-19 20:44 英雄不问出处c 阅读(29) 评论(0) 推荐(0)