Given a collection of distinct integers, return all possible permutations. Example: ...
分类:
其他好文 时间:
2019-04-14 14:39:50
阅读次数:
139
package com.mydemo2; public class Student { public void study() { System.out.println("好好学习,天天向上"); }} package com.mydemo2; public class Teacher { publ ...
分类:
其他好文 时间:
2019-04-13 13:51:12
阅读次数:
180
Given a string containing just the characters '(' and ')', find the length of the longest valid (well-formed) parentheses substring. Example 1: Input: ...
分类:
其他好文 时间:
2019-04-09 12:27:51
阅读次数:
136
Implement next permutation, which rearranges numbers into the lexicographically next greater permutation of numbers. If such arrangement is not possib ...
分类:
其他好文 时间:
2019-04-08 13:11:59
阅读次数:
114
Given an array nums and a value val, remove all instances of that value in-place and return the new length.Do not allocate extra space for another arr ...
分类:
其他好文 时间:
2019-04-07 13:04:58
阅读次数:
144
Given two integers dividend and divisor, divide two integers without using multiplication, division and mod operator. Return the quotient after dividi ...
分类:
其他好文 时间:
2019-04-07 12:51:02
阅读次数:
140
校招进了一家公司,对日开发,三年合同让人很是烦恼。 1 如果能学到技术,继续Java道路 2 如果不能学到技术,准备转行 3 如果存的钱够多,根据市场决定要学习的方向 4 目前不要想太多,做太少,好好学习数据结构与算法等基础知识,学学日语,对付好下一阶段的工作再做打算,深思熟虑反而会让当下的事情做不 ...
分类:
其他好文 时间:
2019-04-06 17:08:10
阅读次数:
91
Given an array nums of n integers, are there elements a, b, c in nums such that a + b + c = 0? Find all unique triplets in the array which gives the s ...
分类:
其他好文 时间:
2019-04-02 12:38:18
阅读次数:
277
Given a string, find the length of the longest substring without repeating characters. Example 1: Input: "abcabcbb" Output: 3 Explanation: The answer ...
分类:
其他好文 时间:
2019-03-27 12:29:56
阅读次数:
157
1、《乌合之众》 2 、 《幸福的方法》 3 、《孤独六讲》 4 、《秘密》 5 、《细节》 6 、《人类简史》 7 《瓦尔登湖》 8 、《黄金时代》 9 、《棋王树王孩子王》 10 、《悉达多》 11 、 《娱乐至死》 12 、《了不起的盖茨比》 13 、《好好学习》 《非暴力沟通》 《小小小小的 ...
分类:
其他好文 时间:
2019-03-27 11:01:40
阅读次数:
148