摘要: 题目一 从尾到头打印链表 来源:力扣(LeetCode) 链接:https://leetcode-cn.com/problems/cong-wei-dao-tou-da-yin-lian-biao-lcof/ 1.描述 输入一个链表的头节点,从尾到头反过来返回每个节点的值(用数组返回)。 2.示例 阅读全文
posted @ 2022-01-05 18:50 newCoderTheWarrior 阅读(201) 评论(0) 推荐(0)