摘要: A red-black tree is a Binary Search Tree that satisfy the red-black tree properties: 1. Every node is colored red or black; 2. If a node is red, eithe 阅读全文
posted @ 2017-05-24 12:54 Ariel_HKUST 阅读(165) 评论(0) 推荐(0)