Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Left Join

Join hash trees in a simplified left join.

Challenge

Algorithm input consists of two hash trees. Output is the left join of both trees. No standard library functions are to be used.

Solution

Whiteboard Images