Update README.md
parent
6000ecce7f
commit
23329d1f26
|
@ -1,2 +1,9 @@
|
||||||
# cccmap
|
# cccmap
|
||||||
Calculates the most efficient order to take 6 given merit badges and a campsite in
|
Calculates the most efficient order to take 6 given merit badges and a campsite in
|
||||||
|
|
||||||
|
#Usage
|
||||||
|
python dij.py <campSite> <area1> <area2> <area3> <area4> <area5> <area6>
|
||||||
|
```python
|
||||||
|
python dij.py seven handi aqua kiwanis cope cope cope
|
||||||
|
```
|
||||||
|
**Current areas are cope, gun, eco, skills, archery, health, admin, dining, aqua, handi, dan, ftown, kiwanis
|
||||||
|
|
Loading…
Reference in New Issue