Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

readme.md

Tree

A non linear data structure.

Google Question

  1. Find sum of the leaf nodes of the binary tree, provided there are billions of nodes in the tree. Expected O(1) space solution (you can't use recursion as it will throw stack overflow exception).

BST BT