arnav-deep / ClaystackGraphProblem

Solution to the given Graph Problem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ClaystackGraphProblem

Solution to the given Graph Problem.

What each fiiles contain

- AllClassesAndFunctions

Has all the functions and a Graph class required for the solution. Every function has a docstring with details of the function.

- solution_with_test.py

Runs the complete solution with the initial test case provided in the Assignment Doc.

- solution.py

Runs a script which will ask for an input. Please keep the input in one line, as mentioned in the Assignment Doc's example.

Enter your input in one line separated with commas.
For Example:
AB5, BC4, CD8, DC8, DE6, AD5, CE2, EB3, AE7

About

Solution to the given Graph Problem


Languages

Language:Python 100.0%