码迷,mamicode.com
首页 >  
搜索关键字:the most fundamental    ( 3981个结果
LeetCode188:Best Time to Buy and Sell Stock IV
Say you have an array for which the ith element is the price of a given stock on day i. Design an algorithm to find the maximum profit. You may complete at most k transactions. Note: You may no...
分类:其他好文   时间:2015-06-16 16:51:37    阅读次数:107
LeetCode123:Best Time to Buy and Sell Stock III
Say you have an array for which the ith element is the price of a given stock on day i. Design an algorithm to find the maximum profit. You may complete at most two transactions. Note: You ma...
分类:其他好文   时间:2015-06-16 11:05:45    阅读次数:116
leetcode——Container With Most Water
Given n non-negative integers a1, a2, ..., an, where each represents a point at coordinate (i, ai). n vertical lines are drawn such that the two endpoints of line i is at (i, ai) and (i, 0). Fin...
分类:其他好文   时间:2015-06-16 09:23:26    阅读次数:138
python csv学习
13.1. csv — CSV File Reading and Writing ?????? The so-called CSV (Comma Separated Values) format is the most common import and export format for spreadsheets and databases. ?There is no “...
分类:编程语言   时间:2015-06-15 22:22:19    阅读次数:231
LeetCode 80:Remove Duplicates from Sorted Array II
Follow up for "Remove Duplicates": What if duplicates are allowed at most twice? For example, Given sorted array nums = [1,1,1,2,2,3], Your function should return length = 5, with the first five e...
分类:其他好文   时间:2015-06-15 22:16:46    阅读次数:103
LeetCode Contains Duplicate III
Given an array of integers, find out whether there are two distinct indices i and j in the array such that the difference between nums[i] and nums[j] is at most t and the difference between i and j is...
分类:其他好文   时间:2015-06-15 14:37:25    阅读次数:81
LeetCode121:Best Time to Buy and Sell Stock
Say you have an array for which the ith element is the price of a given stock on day i. If you were only permitted to complete at most one transaction (ie, buy one and sell one share of the stock),...
分类:其他好文   时间:2015-06-15 11:14:06    阅读次数:110
IOS开发常见第三方总结
链接](https://github.com/languages??/Objective-C/most_watched)* [three20](https://github.com/facebook/three20)* faebook的320库*** [AFNetworking](https://g...
分类:移动开发   时间:2015-06-15 10:59:22    阅读次数:110
Container With Most Water
Given n non-negative integers a1, a2, ..., an, where each represents a point at coordinate (i, ai). n vertical lines are drawn such that the two endpoints of line i is at (i, ai) and (i, 0). Find two ...
分类:其他好文   时间:2015-06-15 09:36:47    阅读次数:78
Leetcode 11 Container With Most Water
Given a binary tree, determine if it is height-balanced.For this problem, a height-balanced binary tree is defined as a binary tree in which the depth...
分类:其他好文   时间:2015-06-14 18:22:19    阅读次数:105
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!