文章分类 -  Data Structure

摘要:Python 数据结构 - 二叉树 binary tree 1. 基本概念 1.1 例子 Level 0: A / \ Level 1: B C / \ / \ Level 2: D E F G / / \ Level 3: H I J 1.2 相关概念: 根节点(root): 树的最上层的节点,任 阅读全文
posted @ 2022-02-16 09:31 veager 阅读(209) 评论(0) 推荐(0)