JCFInternals icon indicating copy to clipboard operation
JCFInternals copied to clipboard

深入理解Java集合框架

Results 16 JCFInternals issues
Sort by recently updated
recently updated
newest added

PNG图片完全都打不开

- 位于[JCFInternals/markdown/5-TreeSet and TreeMap.md](https://github.com/CarpenterLee/JCFInternals/blob/master/markdown/5-TreeSet%20and%20TreeMap.md) - 红黑树是一种近似平衡的二叉查找树,它能够确保任何一个节点的左右子树的高度差不会超过二者中较低那个的一**陪**

以範例那張圖為例 假設remove的是15 也就是index=5的那個元素 在siftDown後那個位置會變成9, heap不對, 因此應該還需要檢查 ``` if (queue[i] == moved) { siftUp(i, moved); } ```

由于官方更推荐使用AarryDeque用作栈和队列,加之上一篇已经讲解过LinkedList,本文将着重讲解ArrayDeque的具体实现。 拼写错误