码迷,mamicode.com
首页 >  
搜索关键字:assume    ( 1858个结果
[LeetCode] 5. Longest Substring Without Repeating Characters 最长回文子串
[LeetCode] 5. Longest Substring Without Repeating Characters Given a string s, find the longest palindromic substring in s. You may assume that the ma ...
分类:其他好文   时间:2019-05-29 16:30:47    阅读次数:86
leetCode 5. Longest Palindromic Substring
Given a string s, find the longest palindromic substring in s. You may assume that the maximum length of s is 1000. Example 1: Example 2: ...
分类:其他好文   时间:2019-05-23 20:55:16    阅读次数:101
00 | Two Sum
Question Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input woul ...
分类:其他好文   时间:2019-05-23 19:38:44    阅读次数:114
leetcode [324]Wiggle Sort II
Given an unsorted array nums, reorder it such that nums[0] < nums[1] > nums[2] < nums[3].... Example 1: Example 2: Note: You may assume all input has ...
分类:其他好文   时间:2019-05-22 15:29:25    阅读次数:82
1. Two Sum - Easy - Leetcode
Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have ex ...
分类:其他好文   时间:2019-05-18 23:44:24    阅读次数:159
[leetcode]57. Insert Interval插入区间
Given a set of non-overlapping intervals, insert a new interval into the intervals (merge if necessary). You may assume that the intervals were initia ...
分类:其他好文   时间:2019-05-14 09:32:04    阅读次数:149
【LeetCode每天一题】Construct Binary Tree from Preorder and Inorder Traversal(使用前序和中序遍历构建二叉树)
Given preorder and inorder traversal of a tree, construct the binary tree. Note:You may assume that duplicates do not exist in the tree. For example, ...
分类:其他好文   时间:2019-05-13 20:18:35    阅读次数:112
1. Two Sum[E]
题目 Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have ...
分类:其他好文   时间:2019-05-11 10:59:23    阅读次数:128
242. Valid Anagram(两个字符串包含的字符是否完全相同)
Given two strings s and t , write a function to determine if t is an anagram of s. Example 1: Example 2: Note:You may assume the string contains only ...
分类:其他好文   时间:2019-05-10 21:58:16    阅读次数:144
Extending Justin’s Guide to MATLAB in MATH 240
Extending Justin’s Guide to MATLAB in MATH 240 - Part 41. MethodWe assume you are comfortable with (and remember or can review) commands used in the e ...
分类:其他好文   时间:2019-05-09 19:57:21    阅读次数:113
1858条   上一页 1 ... 11 12 13 14 15 ... 186 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!