[关闭]
@Dmaxiya 2022-07-06T17:44:43.000000Z 字数 2970 阅读 6918

Dmaxiya | ExRoc 的主页

主页


| vjudge | Codeforces | CSDN | Github |


作品

  1. C++ 实现 BigInteger 类
  2. Java 版扫雷
  3. 随机点名应用
  4. Web 版扫雷
  5. 个人主页

博文

  1. 从快速幂到 dp 优化:矩阵快速幂
  2. 涉及到 double 值比较的 eps 应用
  3. 三种常用构图方式
  4. 欧拉函数相关数论
  5. 组合博弈问题:从 dfs 到 SG 函数
  6. 迪杰斯特拉 & 堆优化
  7. 观察者模式
  8. 《Clean Code》随记
  9. 浅谈数据压缩算法

暑期集训

  1. 2017 ACM 暑期集训
  2. 2018 ACM 暑期集训
  3. 2018 ACM 暑期集训每周小结
  4. 2018 Multi-University Training Contest 1
  5. 2018 Multi-University Training Contest 2
  6. 2018 Multi-University Training Contest 3
  7. 2018 Multi-University Training Contest 4
  8. 2018 Multi-University Training Contest 5

Codeforces

  1. Codeforces Round #303(Div.2)
  2. Codeforces Round #309 (Div. 2)
  3. Codeforces Round #346 (Div. 2)
  4. Codeforces Round #363 (Div. 2)
  5. Codeforces Round #383 (Div. 2)
  6. Codeforces Round #385 (Div. 2)
  7. Codeforces Round #386 (Div. 2)
  8. Codeforces Round #402 (Div. 2)
  9. Codeforces Round #414 (Div. 1 + Div. 2)
  10. Codeforces Round #416 (Div. 2)
  11. Codeforces Round #420 (Div. 2)
  12. Educational Codeforces Round 24
  13. Codeforces Round #422 (Div. 2)
  14. Codeforces Round #423 (Div. 2)
  15. Codeforces Round #439 (Div. 2)
  16. Codeforces Round #441 (Div. 2)
  17. Codeforces Round #442 (Div. 2)
  18. Codeforces Round #443 (Div. 2)
  19. Educational Codeforces Round 31
  20. Codeforces Round #444 (Div. 2)
  21. Educational Codeforces Round 32
  22. Codeforces Round #445 (Div. 2)
  23. Codeforces Round #446 (Div. 2)
  24. Codeforces Round #447 (Div. 2)
  25. Educational Codeforces Round 33
  26. Codeforces Round #448 (Div. 2)
  27. Codeforces Round #449(Div.2)
  28. Codeforces Round #450(Div.2)
  29. Codeforces Round #452 (Div. 2)
  30. Codeforces Round #453 (Div. 2)
  31. Codeforces Round #454(Div.2)
  32. Codeforces Round #455 (Div. 2)
  33. Educational Codeforces Round 35
  34. Good Bye 2017
  35. Codeforces Round #456(Div.2)
  36. Hello 2018
  37. Educational Codeforces Round 36
  38. Codeforces Round #457 (Div. 2)
  39. Codeforces Round #458 (Div. 1 + Div. 2)
  40. Codeforces Round #459 (Div. 2)
  41. Codeforces Round #460 (Div. 2)
  42. Educational Codeforces Round 37
  43. Codeforces Round #461 (Div. 2)
  44. Codeforces Round #462 (Div. 2)
  45. Codeforces Round #463 (Div. 1 + Div. 2)
  46. Educational Codeforces Round 38
  47. Codeforces Round #464 (Div. 2)
  48. Codeforces Round #465 (Div. 2)
  49. Codeforces Round #468 (Div. 2)
  50. Educational Codeforces Round 39
  51. Codeforces Round #469 (Div. 2)
  52. Codeforces Round #470 (Div. 1)
  53. Codeforces Round #472 (Div. 1)
  54. Codeforces Round #474 (Div. 1 + Div. 2)
  55. Educational Codeforces Round 42
  56. Codeforces Round #475 (Div. 1)
  57. Codeforces Round #480 (Div. 2)
  58. Codeforces Round #482 (Div. 2)
  59. Educational Codeforces Round 44
  60. Codeforces Round #488 (Div. 1)
  61. Codeforces Round #489 (Div. 2)
  62. Codeforces Round #490 (Div. 3)
  63. Codeforces Round #491 (Div. 2)
  64. Codeforces Round #492 (Div. 1)
  65. Codeforces Round #493 (Div. 2)
  66. Codeforces Round #494 (Div. 3)
  67. Codeforces Round #495 (Div. 2)
  68. Codeforces Round #496 (Div. 3)
  69. Codeforces Round #499 (Div. 2)
  70. Educational Codeforces Round 48
  71. Codeforces Round #502 (Div. 1 + Div. 2)
  72. Codeforces Round #504 (Div. 1 + Div. 2)
  73. Codeforces Round #531 (Div. 3)
  74. Educational Codeforces Round 58
  75. Codeforces Round #532 (Div. 2)

Hello World

  1. 最长上升子序列 & 几何题解
  2. 小知识点
  3. 浅谈动态规划
  4. 第二次集中练习翻译
  5. 第二次集中练习题解
  6. 排序 & 结构体排序练习题解
  7. 贪心练习题解
  8. 深度优先搜索
  9. 广度优先搜索
  10. 图论练习题解
  11. 字符串练习题解
  12. 数论基础练习题解
  13. 2月27—— 线段树题解
  14. 第一届 Hello World 程序设计竞赛选手须知
  15. 第一届 Hello World 程序设计竞赛题目
  16. 第一届 Hello World 程序设计竞赛题解
  17. DP专题(内含背包)题解
  18. 第二届 Hello World 程序设计竞赛题目
  19. 第二届 Hello World 程序设计竞赛题解

板子

  1. 字符串
  2. 博弈论
  3. 数论
  4. RMQ 问题
  5. 读入挂
  6. 图论
  7. 零碎知识点
  8. Java BigInteger
  9. 计算几何

字节跳动

  1. 笔试题 1
  2. 笔试题 7

杂记

大学

  1. 致最优秀的教官
  2. 随想
  3. 我的废话写给自己看
  4. 吴灵珊
  5. 这一年的 ACM
  6. 科研立项个人总结
  7. 2017.12.26 记
  8. 蓝桥杯总结
  9. 蓝桥杯国赛总结
  10. 胡思乱想
  11. 大学
  12. 我的秋招

高中

  1. 看破
  2. 致校运会
  3. 与君谈记
  4. 志伟言有感
  5. 孝志
  6. 关于我的词
  7. 临江仙
  8. 拾、梦 馨
  9. 牢骚
  10. 今年,我爷爷七十岁
  11. Made in Crazy
  12. 毕业季
  13. 夏令营
  14. 回到四年级
  15. 高中老师 • 印象

推荐阅读

| 大学 | 观察者模式 | 组合博弈问题:从 dfs 到 SG 函数 | C++ 实现 BigInteger 类 |

友情链接

| ghosert | tokitsukaze | hzwer | linmiaomiao | CSL | im0qianqian | WIKI | Claris | lucida | hanbingtao |

添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注