No.
Minimal spanning tree assures that the total weight of the tree is
kept at its minimum. But it doesn’t mean that the distance between any
two nodes involved in the minimum-spanning tree is minimum.
Interview Questions
- Interview questions
- .Net Questions
- AJAX Questions
- ASP .NET Interview Questions
- Basic Common Questions
- C# Interview Questions
- Computer Networks
- Data Structures Interview Questions
- IIS Interview Questions
- Java Interview Questions
- OOPs Questions
- RDBMS Interview Questions
- SQL Interview Questions
- Unix Commands Interview Questions
- XML Interview Questions
- Interview questions
Whether Linked List is linear or Non-linear data structure?
According to Access strategies Linked list is a linear one.
According to Storage Linked List is a Non-linear one.