Skip to content

Pull requests: MewtR/turbo-octo-succotash

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

Implement manhattan distance
#7 opened Oct 10, 2018 by MewtR updated Oct 10, 2018
Initial implementation of A*. Might still need some work.
#6 opened Oct 1, 2018 by MewtR Loading… updated Oct 1, 2018
Implement best first search algorithm with heuristic
#5 opened Oct 1, 2018 by MewtR Loading… updated Oct 1, 2018
Group functions that are common to all algorithms into a seperate file
#4 opened Oct 1, 2018 by MewtR Loading… updated Oct 1, 2018
Initial DFS implementation. Takes too long to solve puzzle
#3 opened Sep 28, 2018 by MewtR Loading… updated Sep 29, 2018
Add node class to keep track of solution path through parent
#2 opened Sep 28, 2018 by MewtR Loading… updated Sep 28, 2018
Add function to generate all possible children for a given configuration
#1 opened Sep 27, 2018 by MewtR Loading… updated Sep 27, 2018
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.