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 Tree?

Answer: Skill/Topic: Tree
A) A tree is a data structure where data is stored in nodes
Explanation: A tree is a data structure where data is stored in nodes. Nodes are arranged in branches where each node can expand into 0, 1, or 2 other nodes.


February 02, 2007 07:25:12 #1
 sivanesh.a   Member Since: December 2006    Total Comments: 175 

RE: What is a Tree?
 
tree is a data structure..
     

 

Back To Question