ITdaan
首页
最新
原创
最火
收藏夹
写博客
关于
搜索答案
花费 194ms 找到62条记录
LeetCode(4) || Longest Palindromic Substring 与 Manacher 线性算法
2015年03月10 -
LeetCode(4) || Longest Palindromic Substring 与 Manacher 线性算法 题记 本文是LeetCode题库的第五题,没想到做这些题的速度会这么慢,工作之
LeetCode | Flatten Binary Tree to Linked List(二叉树转化成链表)
2014年08月14 -
Given a binary tree, flatten it to a linked list in-place. For example,Given 1
LeetCode 435. 无重叠区间
2018年05月28 -
给定一个区间的集合,找到需要移除区间的最小数量,使剩余区间互不重叠。 注意: 可以认为区间的终点总是大于它的起点。 区间 [1,2] 和 [2,3] 的边界相互“接触”,但没有相互重叠。
LeetCode | 365. Water and Jug Problem 数学原理详细分析
2018年05月17 -
Youare given two jugs with capacities x and y litres.There is an infinite amount of water suppl
LeetCode 32 Longest Valid Parentheses (C,C++,Java,Python)
2015年05月14 -
Problem: Given a string containing just the characters '(' and ')', find the length of t
leetcode|203. Remove Linked List Elements
2018年05月26 -
Remove all elements from a linked list of integers that have value val. Example: Input:
2. Add Two Numbers | Java最短代码实现
2016年03月18 -
原题链接:2. Add Two Numbers【思路】本题考查链表的基本操作。题意是将两个链表从右向左逐位相加,进位加入到下一个节点,其实就是模拟两个数相加: public ListNode a
081 Search in Rotated Sorted Array II 搜索旋转排序数组 ||
2018年04月03 -
这是 “搜索旋转排序数组”问题的跟进:如果数组元素允许重复,怎么办?这会影响到程序的时间复杂度吗?会有怎样的影响,为什么?假设按照升序排序的数组在预先未知的某个关键点上旋转。(例如, 0 1 2 4
Lettcode | Two Sum(两个数的和等于定值)
2014年07月03 -
题目: Given an array of integers, find two numbers such that they add up to a spec
LeetCode | Longest Substring Without Repeating Characters(最长连续不重复子串)
2014年07月04 -
题目:Given a string, find the length of the longest substring without repeating characters. For exampl
上一页
1
2
3
4
5
6
7
下一页
赞助商链接
© 2014-2019 ITdaan.com
粤ICP备14056181号
×
收藏本文
添加到收藏夹 *
赞助商广告