
数据结构
文章平均质量分 86
赵奇隆
THU小硕在读
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
【数据结构】顺序存储结构线性表C语言版
【定义】线性表的顺序存储结构是指用一段地址连续的存储单元()原创 2014-10-03 12:39:12 · 758 阅读 · 0 评论 -
【LeetCode】43. Multiply Strings 大数相乘算法
【LeetCode】43. Multiply Strings 大数相乘算法题目要求:Given two numbers represented as strings, return multiplication of the numbers as a string. Note: The numbers can be arbitrarily large and are non-negative.原创 2016-04-04 10:30:47 · 2580 阅读 · 0 评论