标签: binary-tree
-
将二叉树写到磁盘上
有一阵子很好奇一个问题:MySQL到底是如何将内存中的B+树写入到磁盘文件中的。明明是一棵树,要怎样才能存储成…
-
[LeetCode] 958. Check Completeness of a Binary Tree
Given a binary tree, determine if it is a complete bina…
-
[LeetCode] 545. Boundary of Binary Tree
Given a binary tree, return the values of its boundary …
-
[LeetCode] 617. Merge Two Binary Trees
Given two binary trees and imagine that when you put on…