GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Concepts  >  Data Structures

 Print  |  
Question:  What is a leaf node?

Answer: Skill/Topic: Tree
A) A leaf node is the last node on a branch


January 01, 2007 04:45:00 #2
 Manish   Member Since: Visitor    Total Comments: N/A 

RE: What is a leaf node?
 
  1. A leaf node is a node which does not contain any child node.
  2. A leaf node have zero or one node is connected to it.
     

 

Back To Question