Showing posts with label Tree to list. Show all posts
Showing posts with label Tree to list. Show all posts

Sunday, January 22, 2017

Code review - convert tree to list

January 22, 2017

Study the code review -

Tree traversal into List


First review, link is here.  

Second review, link is here

Work out

Write C# for each review as well. 

First review, Julia's C# practice. Code is here.

Second review using IEnumerable, Julia's C# practice. Code is here.