diff --git a/C++/标准库/2.3 容器适配器.md b/C++/标准库/2.3 容器适配器.md index bae7196e..bb83c2cf 100644 --- a/C++/标准库/2.3 容器适配器.md +++ b/C++/标准库/2.3 容器适配器.md @@ -5,6 +5,9 @@ > * queue > * priority_queue +> 参考文献 +> * [优先队列](https://blog.csdn.net/weixin_36888577/article/details/79937886) + ## 0 简介