about summary refs log tree commit diff stats
path: root/algorithms
Commit message (Collapse)AuthorAgeFilesLines
* java/DFS: Don't walk on visited, Add DFS solutions, change colorsAndinus2021-11-031-3/+4
| | | | | It didn't walk on visited grid but printed that as an iteration so it seemed like it did.
* Fix log-level usage in ffmpeg, update mazeAndinus2021-11-031-7/+7
|
* Set ffmpeg verbosityAndinus2021-11-031-9/+9
|
* java/DFS: Fix out of bounds checkAndinus2021-11-031-4/+8
|
* java/DFS: Chose neighbor randomlyAndinus2021-11-031-1/+9
| | | | | This does mean that we might end up taking a longer path but also the inverse!
* java/DFS: Keep variables in smallest scopeAndinus2021-11-031-6/+3
|
* java/DFS: Output in Fornax formatAndinus2021-11-031-44/+47
|
* java/DFS: Make output parseableAndinus2021-11-021-21/+23
|
* java/DFS: Move file to algorithms directory, cleanupAndinus2021-10-161-0/+71