Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

Add Prim's Algorithm #301

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Add Prim's Algorithm #301

wants to merge 2 commits into from

Conversation

orichamaru
Copy link

Implement Prim's Algorithm in C++

Closes #289

Copy link
Owner

@frextrite frextrite left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Folder structure should be Algorithms/Prims/cpp/prims_mst.cpp

@frextrite frextrite added Hacktoberfest Hacktoberfest 2019! incorrect-folder-structure Error in matrix! labels Oct 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Hacktoberfest Hacktoberfest 2019! incorrect-folder-structure Error in matrix!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Algo]: Prim's Minimum Spanning Tree
2 participants