摘要: https://www.acwing.com/activity/content/punch_the_clock/11/ 一般用户无该题库权限, 题解就不予以公开了。 记录一些计划解决但是没解决的题目。和刷题的进度 第一讲 基础算法 2816. 判断子序列 https://www.acwing.com 阅读全文
posted @ 2024-04-02 10:37 itdef 阅读(51) 评论(0) 推荐(0) 编辑

摘要: 使用oj地址 https://www.acwing.com/ https://loj.ac/d/588 ios::sync_with_stdio(false); cin.tie(0); cout.tie(0); 第一部分 基础算法 贪心 第二部分 字符串算法 第三部分 图论 第四部分 数据结构 第五 阅读全文
posted @ 2023-04-21 13:00 itdef 阅读(179) 评论(0) 推荐(0) 编辑

摘要: ios::sync_with_stdio(false); cin.tie(0); cout.tie(0); 《算法竞赛进阶指南》 第一章 Acwing 89. a^b 位运算 更新bitset版本 《算法竞赛进阶指南》 第一章 Acwing 90. 64位整数乘法 《算法竞赛进阶指南》 第一章 Ac 阅读全文
posted @ 2022-02-20 12:14 itdef 阅读(345) 评论(2) 推荐(1) 编辑
摘要: 英文题面的题解 ios::sync_with_stdio(false); cin.tie(0); cout.tie(0); https://vjudge.net/ https://vjudge.net.cn/ 《挑战程序设计竞赛1》 2.1 poj 1979 Red and Black 挑战程序设计 阅读全文
posted @ 2022-02-20 11:01 itdef 阅读(431) 评论(0) 推荐(0) 编辑

摘要: Leetcode视频题解地址 https://space.bilibili.com/18508846 目前逐步添加视频题解中 欢迎大家点赞收藏 留言 投币 一键三连 hh 力扣难度分级评分 https://zerotrac.github.io/leetcode_problem_rating/#/ h 阅读全文
posted @ 2019-05-12 23:30 itdef 阅读(8001) 评论(0) 推荐(0) 编辑

摘要: // 数据分析与处理之二(Leveldb 实现原理) 【LevelDB源码剖析系列】SkipList与Memtable LevelDB Cache实现机制分析 从朴素解释出发解释leveldb的设计 LevelDB原理探究与代码分析 LevelDB原理探究与代码分析(上) LevelDB原理探究和代 阅读全文
posted @ 2017-10-23 11:56 itdef 阅读(419) 评论(0) 推荐(0) 编辑

2024年7月19日

摘要: // 173. 矩阵距离.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。 // #include <iostream> #include <queue> #include <vector> using namespace std; /* https://www.acwing 阅读全文
posted @ 2024-07-19 10:39 itdef 阅读(1) 评论(0) 推荐(0) 编辑

2024年7月18日

摘要: // 170 加成序列.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。 // /* https://www.acwing.com/problem/content/172/ 满足如下条件的序列 X(序列中元素被标号为 1、2、3…m)被称为“加成序列”: X[1]=1 X[m 阅读全文
posted @ 2024-07-18 15:26 itdef 阅读(2) 评论(0) 推荐(0) 编辑

2024年7月15日

摘要: // 1100. 抓住那头牛.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。 // #include <iostream> #include <queue> #include <map> using namespace std; /* https://www.acwing. 阅读全文
posted @ 2024-07-15 10:12 itdef 阅读(4) 评论(0) 推荐(0) 编辑

2024年7月12日

摘要: 自己的写法 // Amount of Degrees 度的数量.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。 // /* * https://loj.ac/p/10163 * http://ybt.ssoier.cn:8088/problem_show.php?pid=1 阅读全文
posted @ 2024-07-12 15:01 itdef 阅读(1) 评论(0) 推荐(0) 编辑

2024年7月10日

摘要: // 1575:【例 1】二叉苹果树.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。 // /* http://ybt.ssoier.cn:8088/problem_show.php?pid=1575 https://loj.ac/p/10153 有一棵二叉苹果树,如果数字 阅读全文
posted @ 2024-07-10 11:42 itdef 阅读(1) 评论(0) 推荐(0) 编辑

2024年7月5日

摘要: // 327. 玉米田.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。 // #include <iostream> using namespace std; /* https://www.acwing.com/problem/content/329/ 农夫约翰的土地由 M 阅读全文
posted @ 2024-07-05 11:11 itdef 阅读(3) 评论(0) 推荐(0) 编辑
摘要: // 小国王.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。 // #include <iostream> #include <vector> using namespace std; /* https://loj.ac/p/10170 http://ybt.ssoier. 阅读全文
posted @ 2024-07-05 10:23 itdef 阅读(2) 评论(0) 推荐(0) 编辑

2024年7月4日

摘要: // 1301:大盗阿福.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。 // #include <iostream> using namespace std; /* http://ybt.ssoier.cn:8088/problem_show.php?pid=1301 【 阅读全文
posted @ 2024-07-04 14:53 itdef 阅读(1) 评论(0) 推荐(0) 编辑

2024年7月2日

摘要: // 524. 愤怒的小鸟.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。 // #include <iostream> using namespace std; /* https://www.acwing.com/problem/content/526/ Kiana 最近 阅读全文
posted @ 2024-07-02 18:05 itdef 阅读(8) 评论(0) 推荐(0) 编辑

2024年6月23日

摘要: https://loj.ac/p/10179 #define _CRT_SECURE_NO_WARNINGS #include <iostream> #include <cstring> #include <deque> using namespace std; /* https://loj.ac/ 阅读全文
posted @ 2024-06-23 00:52 itdef 阅读(1) 评论(0) 推荐(0) 编辑

导航