原文链接: https://leetcode-cn.com/problems/list-of-depth-lcci
英文原文Given a binary tree, design an algorithm which creates a
标签详情
链表 分类
原文链接: https://leetcode-cn.com/problems/linked-list-cycle-lcci
英文原文Given a circular linked list, implement an algorithm
原文链接: https://leetcode-cn.com/problems/sum-lists-lcci
英文原文You have two numbers represented by a linked list, where eac
原文链接: https://leetcode-cn.com/problems/stack-of-plates-lcci
英文原文Imagine a (literal) stack of plates. If the stack gets
原文链接: https://leetcode-cn.com/problems/cong-wei-dao-tou-da-yin-lian-biao-lcof
中文题目输入一个链表的头节点,从尾到头反过来返回每个节点的值(用数组返回)。
原文链接: https://leetcode-cn.com/problems/he-bing-liang-ge-pai-xu-de-lian-biao-lcof
中文题目输入两个递增排序的链表,合并这两个链表并使新链表中的节点仍然是递增
原文链接: https://leetcode-cn.com/problems/lian-biao-zhong-dao-shu-di-kge-jie-dian-lcof
中文题目输入一个链表,输出该链表中倒数第k个节点。为了符合大多数人的
原文链接: https://leetcode-cn.com/problems/fan-zhuan-lian-biao-lcof
中文题目定义一个函数,输入一个链表的头节点,反转该链表并输出反转后链表的头节点。
示例:
原文链接: https://leetcode-cn.com/problems/shan-chu-lian-biao-de-jie-dian-lcof
中文题目给定单向链表的头指针和一个要删除的节点的值,定义一个函数删除该节点。
返回删
原文链接: https://leetcode-cn.com/problems/fu-za-lian-biao-de-fu-zhi-lcof
中文题目请实现 copyRandomList 函数,复制一个复杂链表。在复杂链表中,每个节点除了