花费 37ms 找到17168条记录
力扣(LeetCode)验证回文串 个人题解
2019年02月20 - 给定一个字符串,验证它是否是回文串,只考虑字母和数字字符,可以忽略字母的大小写。 说明:本题中,我们将空字符串定义为有效的回文串。 示例 1: 输入: "A man, a plan, a can
LeetCode 327. Count of Range Sum
2016年02月02 - 无意看到的LeetCode新题,不算太简单,大意是给一个数组,询问多少区间和在某个[L,R]之内。首先做出前缀和,将问题转为数组中多少A[j]-A[i] (j>i)在范围内。 有一种基于归
LeetCode】557. Reverse Words in a String III
2018年11月28 - Difficulty: Easy More:【目录】LeetCode Java实现 Description Given a string, you need to reverse
letecode [237] - Delete Node in a Linked List
2019年06月14 - Write a function to delete a node (except the tail) in a singly linked list, given only access to t
LeetCode 589. N叉树的前序遍历(N-ary Tree Preorder Traversal)
2019年05月11 - 589. N叉树的前序遍历 589. N-ary Tree Preorder Traversal LeetCode589. N-ary Tree Preorder Traversal 题目描述
LeetCode 674. Longest Continuous Increasing Subsequence (最长连续递增序列)
2017年10月22 - 23 }24 25 return Math.max(maxLen, tempLen);26 }27 }参考资料:N/A LeetCode 题目列表
leetcode-118-Pascal's Triangle(生成具有n行的帕斯卡三角形)
2018年05月29 - 题目描述: Given a non-negative integer numRows, generate the first numRows of Pascal's triangle. Examp
leetcode每日刷题计划-简单篇day10
2019年04月19 - 跳题,不熟悉的留到周末再做。 保持冷静,不信画饼。 num 100 相同的树 Same Tree 做法可能不是特别简洁,注意一下。最后判断完子树以后,要确定根的数值是一样的 然后在isleaf
LeetCode 654 Maximum Binary Tree(构建二叉搜索树)
2017年08月06 - Given an integer array with no duplicates. A maximum tree building on this array is defined as follo
LeetCode】Search a 2D Matrix && 【九度】题目1384:二维数组中的查找
2014年01月22 - , 50]]Given target = 3, return true.和九度题目1384:二维数组中的查找完全一样,本质上应该都是二分查找。将二维转换为一维,然后在一维数组中进行二分查找。LeetCode

赞助商链接
 
© 2014-2019 ITdaan.com 粤ICP备14056181号  

赞助商广告