A repository that contains all the Data Structures and Algorithms concepts and their implementation in several ways, programming questions and Interview questions. The main aim of this repository is to help students who are learning Data Structures and Algorithms or preparing for an interview.
Algorithms/05. Graphs/Minimum Spanning Tree/Prim Algorithm/primMST.cpp is poorly strutured and only one implementation is given, there might be linkedlist implementation, array implementation and Heap/priorityqueue implementation