Skip to content

Instantly share code, notes, and snippets.

[
{
name:"HTML5",
uri:"http://www.w3.org/TR/html5/single-page.html",
category:"markup"
},
{
name:"HTML 5.1",
uri:"http://www.w3.org/TR/html51/single-page.html",
category:"markup"
//红黑树, 二叉树改写而来
/***************************result************************
*
* 中序遍历红黑树:
* value=3 color=RED parent=7
* value=7 color=BLACK parent=10 left=3
* value=10 color=RED parent=14 left=7 right=12
* value=12 color=BLACK parent=10
* value=14 color=BLACK parent=17 left=10 right=16
* value=15 color=RED parent=16