Skip to content

zhangyunwu/python_notes

Repository files navigation

python_notes

personal notes about python

虚拟环境

数据结构

链表

队列

树的本质是递归。

树的遍历

  • 广度遍历
  • 深度遍历
    • 先序遍历:先遍历根节点,即根->左->右
    • 中序遍历:根节点在中间,即左->根->右
    • 后序遍历:根节点在后面,即左->右->根

About

personal notes about python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published