其他专题 总有一些题目,是使用人类智慧硬解的,当然LC也不太为难你。 一道medium这么低的ac率因为啥,坑多呀。 42. Trapping Rain Water 头条同款题目,做的时候完全没准儿,一不小心就过了。 41. First Missing Positive 这道题说起规律,那么就是计数 ...
分类:
其他好文 时间:
2019-10-18 12:35:17
阅读次数:
71
题目如下: Given an array nums of positive integers, return the longest possible length of an array prefix of nums, such that it is possible to remove exac ...
分类:
其他好文 时间:
2019-10-16 11:43:10
阅读次数:
119
一、首先了解混淆矩阵中的四个值对应的意思: True Positive(真正,TP):将正类预测为正类数 True Negative(真负,TN):将负类预测为负类数 False Positive(假正,FP):将负类预测为正类数误报 (Type I error) False Negative(假负 ...
分类:
其他好文 时间:
2019-10-14 14:56:36
阅读次数:
156
原题链接在这里:https://leetcode.com/problems/remove-boxes/ 题目: Given several boxes with different colors represented by different positive numbers.You may ex ...
分类:
其他好文 时间:
2019-10-12 12:53:38
阅读次数:
100
题目: Summation Write a program that finds the summation of every number from 1 to num. The number will always be a positive integer greater than 0. For ...
分类:
其他好文 时间:
2019-10-10 22:14:24
阅读次数:
80
一:权限检测器 二:获取权限的页面 三:使用方式 ...
分类:
移动开发 时间:
2019-10-10 15:59:57
阅读次数:
249
JavaScript Number对象 是经过封装的能处理数字值的对象 由Number()构造器创建 只有一种数字类型 可以使用也可以不使用小数点书写数字 数字属性: MAX_VALUE MIN_VALUE NEGATIVE_INFINITY POSITIVE_INFINITY NaN protot ...
分类:
编程语言 时间:
2019-10-06 18:19:15
阅读次数:
121
链接: https://codeforces.com/contest/1220/problem/B 题意: Sasha grew up and went to first grade. To celebrate this event her mother bought her a multiplic ...
分类:
其他好文 时间:
2019-10-06 11:43:25
阅读次数:
73
题目如下: In a given array nums of positive integers, find three non-overlapping subarrays with maximum sum. Each subarray will be of size k, and we want ...
分类:
移动开发 时间:
2019-10-02 10:53:38
阅读次数:
130
D - Disjoint Set of Common Divisors Problem Statement Given are positive integers AA and BB. Let us choose some number of positive common divisors of ...
分类:
其他好文 时间:
2019-09-29 11:15:27
阅读次数:
133