bhavinjawade / Advanced-Data-Structures-with-Python

Python implementations of Advanced Data Structures and Algorithms. With each code, there is an associated markdown for explanation and applications of that algorithm or data structure.
MIT License
111 stars 58 forks source link

Added Prim’s minimum spanning tree algorithm #8 #22

Open anirbandey303 opened 3 years ago

anirbandey303 commented 3 years ago

Added Prim’s minimum spanning tree algorithm for issue #13

bhavinjawade commented 3 years ago

Hi @anirbandey303,

Thanks for your contribution. I can not accept your PR because of 2 reasons:

  1. Plagiarism: Please do not copy codes from AlgoTree or any other website. Please try writing them from scratch.
  2. Please write the explanation for Prim's algorithm and add that to a markdown.

Let me know if you have any questions.

Thanks.