Output a tree in level order with a line per level.
Algorithm input consists of a k tree. Output is a string with a line of space separated items for each level. No standard library functions are to be used.
Whiteboard Images
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
Output a tree in level order with a line per level.
Algorithm input consists of a k tree. Output is a string with a line of space separated items for each level. No standard library functions are to be used.
Whiteboard Images