Algorithms
Algorithms copied to clipboard
Add Bipartite checking algorithm
Bipartite checking algorithm is added to GraphTheory folder. The program checks if given graph is bipartite or not. (Solution to issue #17).