题目描述 Given an array and a value, remove all instances of ...[作者空间]
题目描述 将两个有序链表合并为一个新的有序链表并返回。新链表是通过拼接给定的两个链表的所有节点组成的。 思路 新建...[作者空间]
题目描述 设计一个支持 push,pop,top 操作,并能在常数时间内检索到最小元素的栈。 push(x) --...[作者空间]
题目描述 给定一个只包括 '(',')','{','}','[',']' 的字符串,判断字符串是否有效。 有效字符...[作者空间]
题目描述 给定一个只包括 '(',')','{','}','[',']' 的字符串,判断字符串是否有效。 有效字符...[作者空间]
题目描述 请编写一个函数,使其可以删除某个链表中给定的(非末尾)节点,你将只被给定要求被删除的节点。 思路 给我们...[作者空间]
题目描述 给定一个数组,将数组中的元素向右移动 k 个位置,其中 k 是非负数。 思路 第一种方法 将后 k 个元...[作者空间]
题目描述 Given an array S of n integers, are there elements a...[作者空间]
题目描述 Given an array S of n integers, are there elements a...[作者空间]
题目描述 Given an index k, return the kth row of the Pascal's...[作者空间]
题目描述 Given an array S of n integers, find three integers ...[作者空间]
题目描述 Given two sorted integer arrays nums1 and nums2, mer...[作者空间]
题目描述 Given numRows, generate the first numRows of Pascal’...[作者空间]