Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 493 Bytes

File metadata and controls

15 lines (9 loc) · 493 Bytes

GraphMath

In this repository, it contains c++ program of Discrete Mathematics (graph algorithm)

PruferCode_V1.cpp is program which uses for tree compression using PruferCode algorithm

ColorGraph.cpp is program which uses for color a graph with smallest number of colors base on greedy algorithm

ColorGraph_V2.cpp for coloring all child graph in a big graph

PourWater.cpp is program which use to solve the pouring water form each tank to other tank till tank 2 or 3 have 2 liter

UPDATE