jtarchie / dothings

MIT License
0 stars 0 forks source link

Transverse a tree #6

Closed jtarchie closed 5 years ago

jtarchie commented 5 years ago

The ability to enumerate the tree. Give correct order and priority to task, success, attempts, etc.

jtarchie commented 5 years ago

A different approach was taken for traversing. A Tree method has been added to steps to represent a data structure. An example is show in this test.