Todou

Stay Learning

Personal Blog


  1. Traverse A tree

    The Binary Tree traverse problem: pre-order in-order post-order Binary Tree Preorder TraversalGiven a binary tree, return the preorder traversal of its nodes’ values. Example: Input: [1,null,2,3] …

    python 继续阅读