Posts by Rafael Oliveira • 13 points
1 post
-
1
votes1
answer1648
viewsQ: Is there any way to pass a class instance as a parameter of a Python method?
I’m doing an implementation of the Star algorithm(A*). My doubt is just that of the title, I come from java and c++, and I do not know how to do this in python. def transfTo(Bucket a):…
pythonasked Rafael Oliveira 13