摘要:
数据结构珠玑——二叉树(1) https://leetcode-cn.com/problems/binary-tree-preorder-traversal 本代码全网最快,100%几乎完全不是运气。 /** * Definition for a binary tree node. * struct 阅读全文
摘要:
本文把代码省去了,为了更加简单准确 在算法中的应用见 https://www.cnblogs.com/qianxinn/p/15625052.html 数学归纳法 The simplest and most common form of mathematical induction infers t 阅读全文