diff --git a/README.md b/README.md index e1964f8..3b20f2f 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,8 @@ PS:Bonus 部分对代码性能也有要求,需要通过对应的测试数据 ### 参考资料 -[OI Wiki](https://oi-wiki.org) +[OI Wiki-高精度计算](https://oi-wiki.org/math/bignum/) + +[高精度基础算法](https://baobaobear.github.io/post/20210228-bigint1/) [分治除法以及相关算法](https://baobaobear.github.io/post/20210320-bigint3/)