Hello, my A* implementation have been giving me a headache for the past hours and am now turning here for help.
Here are 2 snippets of my code, 1 snippet is the part of my code that searches through the nodes and do the open/closed list operations and the second snippet is the part that...