diff --git a/notes/算法.md b/notes/算法.md index bed2c994..6b72c3e8 100644 --- a/notes/算法.md +++ b/notes/算法.md @@ -7,8 +7,6 @@ * [注意事项](#注意事项) * [二、栈和队列](#二栈和队列) * [栈](#栈) - * [1. 数组实现](#1-数组实现) - * [2. 链表实现](#2-链表实现) * [2. 队列](#2-队列) * [三、union-find](#三union-find) * [quick-find](#quick-find) @@ -186,7 +184,7 @@ first-in-last-out(FILO)