Skip to content
#

prim

Here are 45 public repositories matching this topic...

Algorithms and Data Structures a comprehensive collection of fundamental Algorithms and Data structures organized into various categories to cater to the needs of software engineers and computer science students.

  • Updated Apr 28, 2024
  • Java

The use of the PRIM algorithm to find a minimum spanning tree. The program uses the selected database in CSV format and converts it into a graph to find the minimum spanning tree through the Prim's Algorithm. The chosen database needed to be transformable into a connected, weighted, and undirected graph to ensure error-free processing.

  • Updated Mar 21, 2024
  • Python

Improve this page

Add a description, image, and links to the prim topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the prim topic, visit your repo's landing page and select "manage topics."

Learn more