Last Updated on March 26, 2023 by mishou
I. What is tree.lib
Tree is an important data structure in computer science. Examples are shown in ML algorithm designs such as random forest tree and software engineering such as file system index. treelib is created to provide an efficient implementation of tree data structure in Python.
https://treelib.readthedocs.io/en/stable/examples.html
II. Basic Use
I visualized the folder structures of my Neovim and Neovim configurations:
You can see the code on Google Colaboratory:
https://colab.research.google.com/drive/1ULGjb7LIMgcDdZDHg31VpJwqD4GFmhNw?usp=sharing