Skip to content

HarshaRamayanam/monopoles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Solving the great Monopoles problem

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages