Skip to content

Latest commit

 

History

History
31 lines (15 loc) · 493 Bytes

README.md

File metadata and controls

31 lines (15 loc) · 493 Bytes

Monopoles Problem

Name : Harsha Ramayanam

Solving the great Monopoles problem using Depth-First Search

SOURCE: https://www.drdobbs.com/monopoles/184411053

How to Run:

Say "python3 monodfs.py --help" for program arguments

NOTE : You have to pass exactly two arguments in command-line.


Valid command line :

~$> python3 monodfs.py 5 3


Invalid command lines :

~$> python3 monodfs.py

~$> python3 monodfs.py 5

~$> python3 monodfs.py 5 3 4