摘要:
认真写的题解 阅读全文
认真写的题解 阅读全文
posted @ 2022-05-01 18:15
Last_Whisper
阅读(115)
评论(0)
推荐(0)
认真写的题解 阅读全文
ABC245 D-G 题解 D - Polynomial division 题目大意 假如给两个多项式,分别为$A(x) = A_n x^n + \cdots +A_0$, \(B(x) = B_m x^m + \cdots + B_0\)。 他们之间相乘会得到: \[ C(x) = A_n \cd 阅读全文
ABC 238 阅读全文
Max-flow min-cut theorem Describe the definitions of Max-flow and Min-cut. Prove the Max-flow min-cur theorem. Since I can't find a clear article abou 阅读全文
经常找不到板子 阅读全文
CF 复健练习 阅读全文
Isolation Forest Implementation Isolation Forest Learning! iForest 入门篇 服务于异常检测(Services for anomaly detection ) iForest 适用于连续数据(Discrete vs Continuous 阅读全文