今天3题,就最后一题涉及贪心,DP的看了一下disscuss
Array - 219. Contains Duplicate II题目详情
Given an array of integers and an integer k, find out whether there are two dist
...
2018.4.20## Array - 628. Maximum Product of Three Numbers题目详情
Given an integer array, find three numbers whose product is maximum and output the maxim
...
今天做的三题easy竟然没百度…也没看disscuss
2018.4.23Array - 747. Largest Number At Least Twice of Others题目详情
In a given integer array nums, there is always exactly o
...
今儿上班没时间刷,不过好在项目进度有很大进展。下班回来继续补,争取每天至少刷一题。喔!!~~
2018.4.19 leetCode的夜路Array - 217. Contains Duplicate题目详情
Given an array of integers, find if the array
...
2018.4.18leetcode 485.Max Consecutive Ones题目详情
Given a binary array, find the maximum number of consecutive 1s in this array.
就是求数组中连续1的个数最大是多少
Examp
...
2018.4.17leetcode 283. Move Zeroes题目详情
Given an array nums, write a function to move all 0’s to the end of it while maintaining the relative order of
...