TheAlgorithms/C++ 1.0.0
All the algorithms implemented in C++
Loading...
Searching...
No Matches
mst Struct Reference

Public Attributes

bool visited
 
int key
 
int near
 

Detailed Description

Definition at line 9 of file prims_minimum_spanning_tree.cpp.

Member Data Documentation

◆ key

int mst::key

Definition at line 11 of file prims_minimum_spanning_tree.cpp.

◆ near

int mst::near

Definition at line 12 of file prims_minimum_spanning_tree.cpp.

◆ visited

bool mst::visited

Definition at line 10 of file prims_minimum_spanning_tree.cpp.


The documentation for this struct was generated from the following file: