Davidrxyang / raines-2024-line-addition-problem

MIT License
1 stars 0 forks source link

small refactoring #84

Closed Davidrxyang closed 1 month ago

Davidrxyang commented 1 month ago

I thought about making a search superclass, like maloof's implementation, but UCS and AStar already are derived from pathplanning superclass, so all of this OOP stuff would be a little messy. Since there is only two derivations of BFS-based path planning search, I think this is fine. Also, the bug is still there.