back to scratko.xyz
aboutsummaryrefslogtreecommitdiff
path: root/solution_algorithm.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Program terminationscratko2024-11-221-0/+1
| | | | | Termination of the program while the computer is solving the algorithm (by esc key)
* Fixed memory leakscratko2024-11-211-1/+0
| | | | | | The image widget is responsible for deleting the loaded part of the image Check for correct type of selected file Error checking after image upload
* Uploading custom imagesscratko2024-11-181-2/+4
|
* Added A* solution algorithmscratko2024-11-161-0/+182