thepranaygupta / Data-Structures-and-Algorithms

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.
https://thepranaygupta.github.io/Data-Structures-and-Algorithms/
GNU General Public License v3.0
1.06k stars 383 forks source link

primMST.cpp is not Structured and only one way of implemeting #404

Open AbdullahArean opened 2 years ago

AbdullahArean commented 2 years ago
  1. 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
CODER-AsHuToSh commented 2 years ago

Hello, Can you please assign this issue to me?