File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -425,6 +425,7 @@ Below are the tables of attributes available to `BaseNode` and `Node` classes.
425425| :------------------------------------:| --------------------| ----------------------------|
426426| Check if root | ` root.is_root ` | True |
427427| Check if leaf node | ` root.is_leaf ` | False |
428+ | Check diameter of tree | ` node_b.diameter ` | 3 |
428429| Check depth of node | ` node_b.depth ` | 2 |
429430| Check depth of tree | ` node_b.max_depth ` | 4 |
430431| Get root of tree | ` node_b.root ` | Node(/a, ) |
Original file line number Diff line number Diff line change 8080 name : Switch to dark mode
8181 - media : " (prefers-color-scheme: dark)"
8282 scheme : slate
83- primary : green
83+ primary : teal
8484 accent : yellow
8585 toggle :
8686 icon : material/weather-night
You can’t perform that action at this time.
0 commit comments