Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 213 Bytes

File metadata and controls

2 lines (2 loc) · 213 Bytes

Iterator Coding Exercise

Given the following definition of a Node , please implement preorder traversal right inside Node. The sequence returned should be the sequence of values, not their containing nodes.