文章分类 - java
摘要:红黑树(Red-Black Tree,简称R-B Tree),它一种特殊的二叉查找树。红黑树是特殊的二叉查找树,意味着它满足二叉查找树的特征:任意一个节点所包含的键值,大于等于左孩子的键值,小于等于右孩子的键值。除了具备该特性之外,红黑树还包括许多额外的信息。 红黑树的每个节点上都有存储位表示节点的
阅读全文
摘要:package algori.chapter06; import java.util.Stack; /** * Created by jiang on 2017/8/26. */ public class TreeOperator { public static void main(String[] args) { BinaryTreeNode root = ...
阅读全文
摘要:/* * Copyright 1999-2011 Alibaba Group. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain ...
阅读全文
摘要:Alt Shift Ctrl + Alt Ctrl + Shift Alt + Shift Ctrl + Shift + Alt 其他
阅读全文

浙公网安备 33010602011771号