Skip to content

Given a Binary Search Tree and a target number, return true if there exist two elements in the BST such that their sum is equal to the given target

License

Notifications You must be signed in to change notification settings

marklapointe/BSTSum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BSTSum

Given a Binary Search Tree and a target number, return true if there exist two elements in the BST such that their sum is equal to the given target

About

Given a Binary Search Tree and a target number, return true if there exist two elements in the BST such that their sum is equal to the given target

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages