最新 最热

LeetCode 0043 - Multiply Strings

Given two non-negative integers num1 and num2 represented as strings, return the product of num1 and num2.

2021-08-11
1

LeetCode 0011 - Container With Most Water

Given n non-negative integers a1, a2, …, an, where each represents a point at coordinate (i, ai). n vertical lines are drawn such that the two endpoints of line...

2021-08-11
1

ACMSGURU 180 - Inversions

There are N integers (1<=N<=65537) A1, A2,.. AN (0<=Ai<=10^9). You need to find amount of such pairs (i, j) that 1<=i<j<=N and A[i]>A[j].

2021-08-11
0

ACMSGURU 404 - Fortune-telling with camomile

Fortune-telling with camomileProblem DescriptionMasha loves Petya. The following question gives he

2021-08-11
0

ACMSGURU 184 - Patties

TsPetya is well-known with his famous cabbage patties. Petya’s birthday will come very soon, and he wants to invite as many guests as possible. But the boy want...

2021-08-11
0

Pandas学习笔记03-数据清洗(通过索引选择数据)

我们在使用pandas读取文件数据时,可以设定初始的索引。这里我用之前 爬取过的 拉勾网产品经理岗位数据进行演示如下:

2021-08-05
1

为什么源码中都使用16进制进行状态管理?

在Android源码中,对于“多状态”的管理总是通过16进制数字来表示,类似这种格式:

2021-07-01
0

sklearn.feature_selection.VarianceThreshold 方差过滤踩过的坑

报错显示“输入值中包含空值,无穷值或超出dtype('float64')的范围!”,但明明已经填充缺失值了。

2021-06-24
0

java中sortedset_Java中SortedSet

SortedSet是个接口,它里面的(只有TreeSet这一个实现可用)中的元素一定是有序的。

2021-04-26
1

第三章2:If 语句

今天我们学习所有关于如何在代码里做决策,这会让我们学会决定哪些代码在程序中运行,根据用户输入的内容,计算等等。这是本周最重要的课程,一定要花足够的时间学习今天的课程。...

2021-03-12
1