原文链接: https://leetcode-cn.com/problems/intersection-of-two-linked-lists-lcci
英文原文Given two (singly) linked lists, dete
标签详情
双指针 分类
原文链接: https://leetcode-cn.com/problems/linked-list-cycle-lcci
英文原文Given a circular linked list, implement an algorithm
原文链接: https://leetcode-cn.com/problems/smallest-difference-lcci
英文原文Given two arrays of integers, compute the pair of
原文链接: https://leetcode-cn.com/problems/cong-wei-dao-tou-da-yin-lian-biao-lcof
中文题目输入一个链表的头节点,从尾到头反过来返回每个节点的值(用数组返回)。
原文链接: https://leetcode-cn.com/problems/diao-zheng-shu-zu-shun-xu-shi-qi-shu-wei-yu-ou-shu-qian-mian-lcof
中文题目输入一个整数数组,
原文链接: https://leetcode-cn.com/problems/lian-biao-zhong-dao-shu-di-kge-jie-dian-lcof
中文题目输入一个链表,输出该链表中倒数第k个节点。为了符合大多数人的
原文链接: https://leetcode-cn.com/problems/he-wei-sde-liang-ge-shu-zi-lcof
中文题目输入一个递增排序的数组和一个数字s,在数组中查找两个数,使得它们的和正好是s。如果有多
原文链接: https://leetcode-cn.com/problems/he-wei-sde-lian-xu-zheng-shu-xu-lie-lcof
中文题目输入一个正整数 target ,输出所有和为 target 的连续正
原文链接: https://leetcode-cn.com/problems/liang-ge-lian-biao-de-di-yi-ge-gong-gong-jie-dian-lcof
中文题目输入两个链表,找出它们的第一个公共节点。
原文链接: https://leetcode-cn.com/problems/fan-zhuan-dan-ci-shun-xu-lcof
中文题目输入一个英文句子,翻转句子中单词的顺序,但单词内字符的顺序不变。为简单起见,标点符号和普通