Block a user
f096276422
Implemented most functionality for the GUI and error correction. Removed Certain display settings.
6b88415ac2
Implemented functionality to convert BoardNode to Treeitem for displaying iterations.
c944ce121a
Implemented Code Behind and VM file.
1e554fbdb0
Added an interface to allow for simplier traversal. Need to implement to DFS as well.
f7d888305d
Fixed pathing.
85f9abea53
Designed the FXML file.
6b88415ac2
Implemented functionality to convert BoardNode to Treeitem for displaying iterations.
c944ce121a
Implemented Code Behind and VM file.
1e554fbdb0
Added an interface to allow for simplier traversal. Need to implement to DFS as well.
f7d888305d
Fixed pathing.
85f9abea53
Designed the FXML file.
53d046858f
Added JavaFX Dependencies and resource mapping for seperation of concerns.
5c2fde6c69
Modified project files and structure to fit with Maven for JavaFX support.
75c215e4ec
Added a function to print out traversal nodes. Modified Algorithms to return boardnode instead board.
cbd6f48667
Added ability to add children and track children nodes for printout.
1b9af7a6ad
Mid fix of Heuristics and UCS/BFS.
3b56a1fb50
Added RichTextFX (May be removed later.
2714b23dab
Added base start for javafx setup.
53d046858f
Added JavaFX Dependencies and resource mapping for seperation of concerns.
75c215e4ec
Added a function to print out traversal nodes. Modified Algorithms to return boardnode instead board.
261e49b329
Implemented BFS. Seems to be fully functioning. Need to fix generation of boards to prevent off chance of solved generations.
e13806a179
Implemented BFS. Seems to be fully functioning. Need to fix generation of boards to prevent off chance of solved generations.
dbfe4c6fe8
DFS is fully working, not finished (fine tune results at end) Output file for #d8bea791 filetype.
d8bea791fb
Still development of DFS, nonfunctional. Pushing to access on other device.
156f8e0d19
Fixed Generation board to always generate a board that is solvable (fixed dfs null return).