GitXplorerGitXplorer
L

Wiki-Graph

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
f8f224126b9f771ee5887fe73679c8068b315fdb

Update README.md

LLandonPatmore committed 7 years ago
Unverified
6beeb41ae8f349ab77a4d9a972998eaa12fa532d

finalized after demo and showed that there is a single spanning tree

LLandonPatmore committed 7 years ago
Unverified
be59669703cd6f441e72f77ea1fc77366109e044

finished commenting before demo

LLandonPatmore committed 7 years ago
Unverified
e1786c1e662f8cf4972f03599457ddb67e10fc4a

added things, should be done, but my code is ugly and stil have to comment

LLandonPatmore committed 7 years ago
Unverified
da249b90f6c1d9684ff8607c10f3fbea88a533b6

commented all current classes

LLandonPatmore committed 7 years ago
Unverified
f623f5c3af91192bc4e24898d7bcf147c1484311

added serialization of pages and edges hashmap to easily reconstruct it, just for ease...but don't like the suppresswarning :(

LLandonPatmore committed 7 years ago

README

The README file for this repository.

Wiki Graph

Description

  • Custom Graph that displays a MST (Minimum Spanning Tree) of Wiki Pages and uses Djkstra's algorithm to find the shortest path between two pages.

Language

  • Java