Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
| Download
Project: MAT 2540
Path: Trees.ipynb
Views: 75Visibility: Unlisted (only visible to those who know the link)
Image: ubuntu2004Kernel: Python 3 (Anaconda 2020)
In [1]:
In [2]:
In [3]:
In [4]:
---a
---b
---f
---c
---d
---e
In [5]:
['a', 'b', 'f', 'c', 'd', 'e']
In [6]:
['f', 'b', 'a', 'd', 'c', 'e']