X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=to-be-integrated%2Fthird-party%2Fcodemirror-3.15%2Fdemo%2Fbtree.html;fp=to-be-integrated%2Fthird-party%2Fcodemirror-3.15%2Fdemo%2Fbtree.html;h=5e5ce0abf29a2434ee2009161c30fe3954181ceb;hb=31540dd504798e0aca69e10d8144fbedc5b16af8;hp=0000000000000000000000000000000000000000;hpb=937653fd70bbf7d95bcf870e7f2b46b4a8fec486;p=myslice.git diff --git a/to-be-integrated/third-party/codemirror-3.15/demo/btree.html b/to-be-integrated/third-party/codemirror-3.15/demo/btree.html new file mode 100644 index 00000000..5e5ce0ab --- /dev/null +++ b/to-be-integrated/third-party/codemirror-3.15/demo/btree.html @@ -0,0 +1,87 @@ + + + + + CodeMirror: B-Tree visualization + + + + + + + +

CodeMirror: B-Tree visualization

+ +

Shows a visual representation of the b-tree that CodeMirror + uses to store its document. See + the corresponding + blog post for a description of this format. The gray blocks + under each leaf show the lines it holds (with their width + representing the line height). Add and remove content to see how + the nodes are split and merged to keep the tree balanced.

+ +
+
+
+
+
+
+ + + +

+ + +