/Cousera-c-to-Cpp

Homework in Cousera, content mostly is graph algorithm

Primary LanguageC++

Cousera-c-to-c++

IN 2017 summer

(There I skip homework1,the basic one , so it starts from homework2 as hw1)

hw1:Implement Dijkstra's Algorithm

hw2:Kruskal's Algorithm MST

hw3:Hex game (Using BFS to check win or not)