08 2020 档案

摘要:文章目录Dataflow AnalysisC... 阅读全文
posted @ 2020-08-28 18:07 winechord 阅读(207) 评论(0) 推荐(0) 编辑
摘要:前置知识是 无旋Treap // 可持久化平衡树(可持久化 Treap) // 1.插入 x // 2.删除 x // 3.查询 x 的排名 // 4.查询排名为 x 的数 // 5.求 x 的前驱 // 6.求 x 的后继 // 每次操作都基于某一历史版本,同时生成一个新的版本 #include< 阅读全文
posted @ 2020-08-28 16:41 winechord 阅读(57) 评论(0) 推荐(0) 编辑
摘要:前置知识是 无旋Treap// 可持久化平衡... 阅读全文
posted @ 2020-08-27 19:03 winechord 阅读(88) 评论(0) 推荐(0) 编辑
摘要:可持久化线段树(主席树)nnn 个数,mmm... 阅读全文
posted @ 2020-08-25 10:01 winechord 阅读(122) 评论(0) 推荐(0) 编辑
摘要:1∼n1\sim n1∼n,问出栈可能的序列... 阅读全文
posted @ 2020-08-24 00:25 winechord 阅读(206) 评论(0) 推荐(0) 编辑
摘要:#include#include#inclu... 阅读全文
posted @ 2020-08-23 22:56 winechord 阅读(258) 评论(0) 推荐(0) 编辑
摘要:来源看这个:https://blog.csd... 阅读全文
posted @ 2020-08-23 22:35 winechord 阅读(242) 评论(0) 推荐(0) 编辑
摘要:很有趣的一道 01 背包首先,每个科目单独进... 阅读全文
posted @ 2020-08-23 21:45 winechord 阅读(201) 评论(0) 推荐(0) 编辑
摘要:文章目录C++JavaPythonGoSay... 阅读全文
posted @ 2020-08-23 12:24 winechord 阅读(99) 评论(0) 推荐(0) 编辑
摘要:文章目录C++JavaPythonGoWri... 阅读全文
posted @ 2020-08-23 10:52 winechord 阅读(204) 评论(0) 推荐(0) 编辑
摘要:文章目录QuickSortC++JavaPy... 阅读全文
posted @ 2020-08-23 10:01 winechord 阅读(135) 评论(0) 推荐(0) 编辑
摘要:文章目录C++JavaPythonGoWri... 阅读全文
posted @ 2020-08-23 09:22 winechord 阅读(288) 评论(0) 推荐(0) 编辑
摘要:文章目录C++JavaPythonGoGiv... 阅读全文
posted @ 2020-08-22 23:03 winechord 阅读(81) 评论(0) 推荐(0) 编辑
摘要:文章目录Intermediate CodeO... 阅读全文
posted @ 2020-08-22 08:59 winechord 阅读(127) 评论(0) 推荐(0) 编辑
摘要:文章目录LIKE 操作符% 通配符下划线 (... 阅读全文
posted @ 2020-08-20 14:00 winechord 阅读(117) 评论(0) 推荐(0) 编辑
摘要:文章目录C++JavaPythonGoGiv... 阅读全文
posted @ 2020-08-20 13:15 winechord 阅读(156) 评论(0) 推荐(0) 编辑
摘要:文章目录C++JavaPythonGoGiv... 阅读全文
posted @ 2020-08-20 10:51 winechord 阅读(88) 评论(0) 推荐(0) 编辑
摘要:文章目录C++JavaPythonGoYou... 阅读全文
posted @ 2020-08-20 10:30 winechord 阅读(97) 评论(0) 推荐(0) 编辑
摘要:文章目录C++JavaPythonGoGiv... 阅读全文
posted @ 2020-08-20 09:47 winechord 阅读(98) 评论(0) 推荐(0) 编辑
摘要:文章目录C++JavaPythonGoGiv... 阅读全文
posted @ 2020-08-20 09:13 winechord 阅读(143) 评论(0) 推荐(0) 编辑
摘要:Lesson 11 How to grow ... 阅读全文
posted @ 2020-08-20 08:20 winechord 阅读(124) 评论(0) 推荐(0) 编辑
摘要:维护长度为 N 的数组,可支持如下操作:在某... 阅读全文
posted @ 2020-08-19 23:05 winechord 阅读(90) 评论(0) 推荐(0) 编辑
摘要:精确覆盖问题使用 dancing links... 阅读全文
posted @ 2020-08-19 21:25 winechord 阅读(194) 评论(0) 推荐(0) 编辑
摘要:How to Write Go Code文章... 阅读全文
posted @ 2020-08-19 19:59 winechord 阅读(95) 评论(0) 推荐(0) 编辑
摘要:文章目录组合 WHERE 子句AND 操作符... 阅读全文
posted @ 2020-08-19 19:46 winechord 阅读(106) 评论(0) 推荐(0) 编辑
摘要:Given a non-empty arra... 阅读全文
posted @ 2020-08-19 09:24 winechord 阅读(122) 评论(0) 推荐(0) 编辑
摘要:文章目录Simple SolutionJav... 阅读全文
posted @ 2020-08-18 22:51 winechord 阅读(151) 评论(0) 推荐(0) 编辑
摘要:... 阅读全文
posted @ 2020-08-18 10:01 winechord 阅读(68) 评论(0) 推荐(0) 编辑
摘要:文章目录使用 WHERE 子句WHERE 子... 阅读全文
posted @ 2020-08-14 20:44 winechord 阅读(97) 评论(0) 推荐(0) 编辑
摘要:文章目录内核源码树编译内核内核开发的特点内核... 阅读全文
posted @ 2020-08-14 17:40 winechord 阅读(56) 评论(0) 推荐(0) 编辑
摘要:... 阅读全文
posted @ 2020-08-14 09:20 winechord 阅读(90) 评论(0) 推荐(0) 编辑
摘要:文章目录历史Linux 简介操作系统和内核简... 阅读全文
posted @ 2020-08-13 18:11 winechord 阅读(89) 评论(0) 推荐(0) 编辑
摘要:文章目录直接排序 O(nlog⁡n)+O(1... 阅读全文
posted @ 2020-08-13 16:53 winechord 阅读(145) 评论(0) 推荐(0) 编辑
摘要:文章目录空间 O(n2)O(n^2)O(n2... 阅读全文
posted @ 2020-08-13 09:28 winechord 阅读(106) 评论(0) 推荐(0) 编辑
摘要:... 阅读全文
posted @ 2020-08-13 08:33 winechord 阅读(99) 评论(0) 推荐(0) 编辑
摘要:直接排序会 TLE 两个点,O(nlog⁡n... 阅读全文
posted @ 2020-08-12 11:06 winechord 阅读(118) 评论(0) 推荐(0) 编辑
摘要:A robot is located at ... 阅读全文
posted @ 2020-08-12 10:44 winechord 阅读(72) 评论(0) 推荐(0) 编辑
摘要:A robot is located at ... 阅读全文
posted @ 2020-08-12 10:23 winechord 阅读(50) 评论(0) 推荐(0) 编辑
摘要:Given a linked list, r... 阅读全文
posted @ 2020-08-12 10:12 winechord 阅读(83) 评论(0) 推荐(0) 编辑
摘要:The set [1,2,3,…,n] co... 阅读全文
posted @ 2020-08-12 10:03 winechord 阅读(76) 评论(0) 推荐(0) 编辑
摘要:... 阅读全文
posted @ 2020-08-12 08:59 winechord 阅读(52) 评论(0) 推荐(0) 编辑
摘要:文章目录Section 1.1 Writin... 阅读全文
posted @ 2020-08-11 21:43 winechord 阅读(83) 评论(0) 推荐(0) 编辑
摘要:... 阅读全文
posted @ 2020-08-11 21:17 winechord 阅读(70) 评论(0) 推荐(0) 编辑
摘要:首先拆成 s=2+⋯+k≥ns=2+\cdo... 阅读全文
posted @ 2020-08-11 20:41 winechord 阅读(148) 评论(0) 推荐(0) 编辑
摘要:Given a positive integ... 阅读全文
posted @ 2020-08-11 20:16 winechord 阅读(77) 评论(0) 推荐(0) 编辑
摘要:文章目录C++JavaDesign and ... 阅读全文
posted @ 2020-08-11 00:35 winechord 阅读(92) 评论(0) 推荐(0) 编辑
摘要:... 阅读全文
posted @ 2020-08-10 23:56 winechord 阅读(58) 评论(0) 推荐(0) 编辑
摘要:高精度乘整数#include#include... 阅读全文
posted @ 2020-08-10 22:47 winechord 阅读(261) 评论(0) 推荐(0) 编辑
摘要:Given a string s consi... 阅读全文
posted @ 2020-08-10 22:19 winechord 阅读(76) 评论(0) 推荐(0) 编辑
摘要:文章目录排序数据按多个列排指定排序方向排序数... 阅读全文
posted @ 2020-08-07 09:48 winechord 阅读(88) 评论(0) 推荐(0) 编辑
摘要:Given a non-empty bina... 阅读全文
posted @ 2020-08-07 09:21 winechord 阅读(52) 评论(0) 推荐(0) 编辑
摘要:... 阅读全文
posted @ 2020-08-07 08:39 winechord 阅读(59) 评论(0) 推荐(0) 编辑
摘要:Given a set of non-ove... 阅读全文
posted @ 2020-08-07 07:58 winechord 阅读(92) 评论(0) 推荐(0) 编辑
摘要:文章目录迭代:C++JavaPythonGo... 阅读全文
posted @ 2020-08-06 11:42 winechord 阅读(73) 评论(0) 推荐(0) 编辑
摘要:... 阅读全文
posted @ 2020-08-06 10:55 winechord 阅读(78) 评论(0) 推荐(0) 编辑
摘要:文章目录SELECT 语句检索单个列检索多个... 阅读全文
posted @ 2020-08-05 16:33 winechord 阅读(102) 评论(0) 推荐(0) 编辑
摘要:ARP 协议(地址解析协议 Address ... 阅读全文
posted @ 2020-08-05 16:05 winechord 阅读(99) 评论(0) 推荐(0) 编辑
摘要:文章目录C++JavaPythonGoEas... 阅读全文
posted @ 2020-08-05 13:33 winechord 阅读(159) 评论(0) 推荐(0) 编辑
摘要:一道较为复杂的模拟题,数组要开大一点(尤其是... 阅读全文
posted @ 2020-08-05 11:09 winechord 阅读(129) 评论(0) 推荐(0) 编辑
摘要:Given a collection of ... 阅读全文
posted @ 2020-08-05 10:32 winechord 阅读(54) 评论(0) 推荐(0) 编辑
摘要:... 阅读全文
posted @ 2020-08-05 10:18 winechord 阅读(103) 评论(0) 推荐(0) 编辑
摘要:文章目录了解 SQL数据库基础什么是数据库表... 阅读全文
posted @ 2020-08-04 13:19 winechord 阅读(59) 评论(0) 推荐(0) 编辑
摘要:TCP 是一种面向连接的、可靠的字节流服务T... 阅读全文
posted @ 2020-08-04 11:57 winechord 阅读(71) 评论(0) 推荐(0) 编辑
摘要:struct 中的成员默认是 public ... 阅读全文
posted @ 2020-08-04 09:18 winechord 阅读(79) 评论(0) 推荐(0) 编辑
摘要:Given a binary tree, y... 阅读全文
posted @ 2020-08-04 09:01 winechord 阅读(54) 评论(0) 推荐(0) 编辑
摘要:... 阅读全文
posted @ 2020-08-04 08:36 winechord 阅读(77) 评论(0) 推荐(0) 编辑
摘要:TCP 是传输层协议,HTTP 是应用层协议... 阅读全文
posted @ 2020-08-03 16:29 winechord 阅读(1125) 评论(0) 推荐(0) 编辑
摘要:C++ 和 Java 都可以作为面向对象语言... 阅读全文
posted @ 2020-08-03 14:00 winechord 阅读(103) 评论(0) 推荐(0) 编辑
摘要:... 阅读全文
posted @ 2020-08-03 09:49 winechord 阅读(72) 评论(0) 推荐(0) 编辑
摘要:Given an array of non-... 阅读全文
posted @ 2020-08-01 18:28 winechord 阅读(75) 评论(0) 推荐(0) 编辑
摘要:Given a matrix of m x ... 阅读全文
posted @ 2020-08-01 18:12 winechord 阅读(81) 评论(0) 推荐(0) 编辑
摘要:Given an integer array... 阅读全文
posted @ 2020-08-01 17:31 winechord 阅读(54) 评论(0) 推荐(0) 编辑