Posts by Ryan Manoel • 31 points
2 posts
-
1
votes1
answer50
viewsA: a function to generate a path through a point and segment map. ps: complicated, at least for me
mapa = { "1":"2345", "2":"134", "3":"124", "4":"123", "5":"1697", "6":"5g", "7":"508", "8":"07", "9":"5", "0":"87", "a":"bc", "b":"ac", "c":"abdg", "d":"ecf", "e":"d", "f":"d", "g":"6c", "h":"ij",…
-
2
votes1
answer50
viewsQ: a function to generate a path through a point and segment map. ps: complicated, at least for me
Hello, I’m testing some ideas, doing some programs in python 3, and I need help with something complicated in which I don’t understand anything, nor can I come up with any viable solution. to…