Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 592 Bytes

File metadata and controls

18 lines (10 loc) · 592 Bytes

Microsoft-Code-Competion

Source code solution to a Microsoft Coding Challenge at McGill University in 2015.

Task

Given the inOrder and postOrder traversal of a binary tree, output the results of a breadth first
search on the binary tree. Input will be given as string of integers (see PracticeInput.txt).

License

This code is under the GNU General Public License v3.0.

If you use or modify search-binary-tree, please credit the original author as