implement some graph algorithm on custom graph
Implemented algorithem:
-
Maximum Matching
-
Prim
-
Kruskal
-
Create custom graph
-
Save custom graph
-
Apply algorithem to the graph
-
Document of each algorithem
//this android application developed with java for university home work