Skip to content

Commit

Permalink
Merge pull request karan#64 from kiriakosv/master
Browse files Browse the repository at this point in the history
Added Minimum Spanning Tree Problem
  • Loading branch information
Karan Goel committed Jan 18, 2015
2 parents 2bbb8ec + b518554 commit 40c7c91
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ Graph

**Dijkstra’s Algorithm** - Create a program that finds the shortest path through a graph using its edges.

**Minimum Spanning Tree** - Create a program which takes a connected, undirected graph with weights and outputs the minimum spanning tree of the graph i.e., a
subgraph that is a tree, contains all the vertices, and the sum of its weights is the least possible.


Data Structures
---------
Expand Down

0 comments on commit 40c7c91

Please sign in to comment.