数据结构与算法题目集7-19——求链式线性表的倒数第K项

我的数据结构与算法题目集代码仓:https://github.com/617076674/Data-structure-and-algorithm-topic-set 原题链接:https://pintia.cn/problem-sets/15/problems/826 题目描述: 知识点:vector集合的应用 思路:用vector集合存储数据 时间复杂度和空间复杂度与输入的数据规模有关。 C+
相关文章
相关标签/搜索