Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Find matching nodes

Collect all nodes containing search value.

Challenge

Algorithm input consists of a k tree, and a search value. Output is a collection of all nodes containing that value. No standard library functions are to be used.

Solution

Whiteboard Images