update meta data
This commit is contained in:
parent
f3a896c724
commit
90e15ed6ce
3307 changed files with 1674 additions and 7 deletions
3
Task/Visualize-a-tree/00DESCRIPTION
Normal file
3
Task/Visualize-a-tree/00DESCRIPTION
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
A tree structure (i.e. a rooted, connected acyclic graph) is often used in programming. It's often helpful to visually examine such a structure. There are many ways to represent trees to a reader, such as indented text (à la unix <code>tree</code> command), nested HTML tables, hierarchical GUI widgets, 2D or 3D images, etc.
|
||||
|
||||
'''Task''': Write a program to produce a visual representation of some tree. The content of the tree doesn't matter, nor does the output format, the only requirement being that the output is human friendly. Make do with the vague term "friendly" the best you can.
|
||||
Loading…
Add table
Add a link
Reference in a new issue