0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-11-08 14:18:47 +00:00

fix: update blog url

This commit is contained in:
Baoshuo Ren 2021-11-19 11:33:43 +08:00 committed by Baoshuo Ren
parent 18ddf2c516
commit 5e44cc1e0e
Signed by: baoshuo
GPG Key ID: 70F90A673FB1AB68

View File

@ -7,7 +7,7 @@
本仓库存放与 **OI** 有关的代码。
- 部分代码的思路借鉴了题解。
- 部分题目文件夹下会有 `solution.md` 给出做题思路,也会有部分题目会在 [博客](https://blog.baoshuo.ren/tags/%E9%A2%98%E8%A7%A3/) 上给出题解。
- 部分题目文件夹下会有 `solution.md` 给出做题思路,也会有部分题目会在 [博客](https://oi.baoshuo.ren/) 中给出题解。
- 部分题目的 `data` 文件夹下会存放该题的部分测试数据。
做题时间请参考 `Author Date` ,或根据题目对应提交中注明的提交记录编号查找。