摘要:
输入一个链表的头节点,从尾到头反过来返回每个节点的值(用数组返回)。 示例 1: 输入:head = [1,3,2]输出:[2,3,1] 限制: 0 <= 链表长度 <= 10000 来源:力扣(LeetCode)链接:https://leetcode-cn.com/problems/cong-we 阅读全文
posted @ 2020-06-03 22:13
Annetree
阅读(116)
评论(0)
推荐(0)