题目描述 Given a binary search tree (BST), find the lowest common ancestor (...
题目描述 Given a binary search tree (BST), find the lowest common ancestor (...
题目描述 Given an array of integers, find if the array contains any duplicat...
题目描述 Given an integer, write a function to determine if it is a power of...
题目描述 Write a function to delete a node (except the tail) in a singly lin...
题目描述 给定一个链表,返回链表开始入环的第一个节点。 如果链表无环,则返回 null。 为了表示给定链表中的环,我们使用整数 pos 来表示链...
题目描述 You are playing the following Nim Game with your friend: There is a...
题目描述 实现 strStr() 函数。 给定一个 haystack 字符串和一个 needle 字符串,在 haystack 字符串中找出 n...
题目描述 编写一个程序,找到两个单链表相交的起始节点。 如下面的两个链表: 在节点 c1 开始相交。 示例 1: 输入:intersectVal...
题目描述 Given an array nums of n integers where n > 1, return an array out...
题目描述 Determine whether an integer is a palindrome. An integer is a palin...
专题公告
LeetCode刷题