原文链接: https://leetcode-cn.com/problems/er-cha-sou-suo-shu-yu-shuang-xiang-lian-biao-lcof
中文题目输入一棵二叉搜索树,将该二叉搜索树转换成一个排序的
标签详情
链表 分类
原文链接: https://leetcode-cn.com/problems/liang-ge-lian-biao-de-di-yi-ge-gong-gong-jie-dian-lcof
中文题目输入两个链表,找出它们的第一个公共节点。
原文链接: https://leetcode-cn.com/problems/kth-node-from-end-of-list-lcci
英文原文Implement an algorithm to find the kth to la
原文链接: https://leetcode-cn.com/problems/partition-list-lcci
英文原文Write code to partition a linked list around a value x,
原文链接: https://leetcode-cn.com/problems/binode-lcci
英文原文The data structure TreeNode is used for binary tree,
原文链接: https://leetcode-cn.com/problems/lru-cache-lcci
英文原文Design and build a "least recently used" cache, wh
原文链接: https://leetcode-cn.com/problems/c32eOV
中文题目给定一个链表,返回链表开始入环的第一个节点。 从链表的头节点开始沿着 next 指针进入环的第一个节点为环的入口节点。如果链表无环,则返
原文链接: https://leetcode-cn.com/problems/3u1WK4
中文题目给定两个单链表的头节点 headA 和 headB ,请找出并返回两个单链表相交的起始节点。如果两个链表没有交点,返回 nul
原文链接: https://leetcode-cn.com/problems/UHnkqh
中文题目给定单链表的头节点 head ,请反转链表,并返回反转后的链表的头节点。
示例 1:
输入:head = [1
原文链接: https://leetcode-cn.com/problems/lMSNwu
中文题目给定两个 非空链表 l1和 l2 来代表两个非负整数。数字最高位位于链表开始位置。它们的每个节点只存储一位数字。将这两数相加会