参考:https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/A_re-introduction_to_JavaScript Javascript 类型: 数字: JavaScript 不区分整数值和浮点数值,所有数字在 JavaScript ...
分类:
编程语言 时间:
2019-12-22 12:50:04
阅读次数:
105
Description Description Given n items with size nums[i] which an integer array and all positive numbers. An integer target denotes the size of a backp ...
分类:
其他好文 时间:
2019-12-21 22:50:22
阅读次数:
99
Description A message containing letters from A-Z is being encoded to numbers using the following mapping way: 'A' -> 1 'B' -> 2 ... 'Z' -> 26 Beyond ...
分类:
其他好文 时间:
2019-12-21 22:41:47
阅读次数:
103
Description Description A message containing letters from A-Z is being encoded to numbers using the following mapping: 'A' -> 1 'B' -> 2 ... 'Z' -> 26 ...
分类:
其他好文 时间:
2019-12-21 22:40:11
阅读次数:
101
Description Given an integer array nums with all positive numbers and no duplicates, find the number of possible combinations that add up to a positiv ...
分类:
其他好文 时间:
2019-12-21 22:30:21
阅读次数:
119
Description Description Given an integer array nums[] which contains n unique positive numbers, num[i] indicate the size of ith item. An integer targe ...
分类:
其他好文 时间:
2019-12-21 22:18:52
阅读次数:
90
Description Description Given n distinct positive integers, integer k (k <= n) and a number target. Find k numbers where sum is target. Calculate how ...
分类:
其他好文 时间:
2019-12-21 22:15:15
阅读次数:
74
Description Description Given an integer matrix A which has the following features : The numbers in adjacent positions are different. The matrix has n ...
分类:
其他好文 时间:
2019-12-21 20:58:58
阅读次数:
80
Better Comments 设置注释不同颜色 veture //vue要用 { "git.path":"C:\Program Files\Git\cmd\git.exe", "git.ignoreMissingGitWarning": true, "breadcrumbs.enabled": t ...
分类:
其他好文 时间:
2019-12-21 20:28:04
阅读次数:
183
Description Given an expression s contains numbers, letters and brackets. Number represents the number of repetitions inside the brackets(can be a str ...
分类:
其他好文 时间:
2019-12-21 15:21:13
阅读次数:
81