Skip to content

pandanomial/graphs_and_trees

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An application which combines a variety of data structures and algorithms, implementing a well-encapsulated ADT and implement Kruskal’s algorithm for finding the minimum spanning tree of a graph.

A WUGraph represents a weighted, undirected graph in which self-edges are permitted. For maximum speed, it stores edges in two data structures: unordered doubly-linked adjacency lists and a hash table. Kruskal’s algorithm are embodied in a static method. (Must not violate the encapsulation of the WUGraph ADT)

About

WUG and MST

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages