Tag: Data Structure

linked list and its operations

Linked List its Operations

Introduction: Linked list is a linear data structure. It is used for dynamic memory allocation, All the elements in linked list are stored in linear manner. The concept of linked

Kruskal’s Algorithm for MST

Introduction of Minimum Spanning Tree (MST): It consists of three terms: Tree Spanning Tree Minimum Spanning Tree First, we discuss all these 3 terms: Tree: Tree is an acyclic connected