摘要:
1.题目 题目地址(707. 设计链表 - 力扣(LeetCode)) https://leetcode.cn/problems/design-linked-list/ 题目描述 你可以选择使用单链表或者双链表,设计并实现自己的链表。 单链表中的节点应该具备两个属性:val 和 next 。val 阅读全文
摘要:
1.题目 题目地址(661. 图片平滑器 - 力扣(LeetCode)) https://leetcode.cn/problems/image-smoother/ 题目描述 图像平滑器 是大小为 3 x 3 的过滤器,用于对图像的每个单元格平滑处理,平滑处理后单元格的值为该单元格的平均灰度。 每个单 阅读全文
摘要:
1.参考 参考链接:提交执行报错 1.1 超出内存限制(Allocate is out of memory) 1.2 数组访问越界(heap-buffer-overflow) 1.3 初始化有误(std::bad_alloc) 1.4 递归基线错误(stack-overflow) 1.5 访问堆中已 阅读全文