Skip to content

Coding problem in Java. See README for more details

Notifications You must be signed in to change notification settings

rohanrk/NodeProblem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NodeProblem

Coding problem in Java. Program a Node class with fields left and right referring

to the children of the node. If the node has no children, the fields will be null.

Given the root Node (That is, the starting Node of the entire tree) and a list of Nodes

Write a program that gives the greatest common ancestor of the list of nodes.

About

Coding problem in Java. See README for more details

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages