Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are splay trees?



What are splay trees?..

Answer / Pervinder Singh

Splay Trees are self-balancing binary search trees that use operations like rotation (zig and zag) to bring the recently accessed node to the root. They provide faster access time compared to AVL or Red-Black trees, but at the cost of more complex operations.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

When would you use a tuple?

1 Answers  


what are the applications of Linked Lists?

1 Answers  


What are linear and non linear data structures?

1 Answers  


Define rehashing?

1 Answers  


Does arraylist maintain order?

1 Answers  


What do you mean by external sorting?

1 Answers  


Which data structure is used to perform recursion?

1 Answers  


Can you distinguish between ArrayList and Array?

1 Answers   QuestPond,


What is structure of data type?

1 Answers  


What is the complexity of adding an element to the heap?

1 Answers  


Are collections thread safe?

1 Answers  


List out the basic operations that can be performed on a stack?

1 Answers  


Categories