| Commit message (Expand) | Author | Age | Files | Lines |
* | Add BFS, DFS implementation in C HEAD main | Andinus | 2021-11-29 | 2 | -0/+233 |
* | Remove commented block | Andinus | 2021-11-24 | 1 | -8/+0 |
* | Add marker cells, Fix handling of rectangular maze, Print metadata | Andinus | 2021-11-24 | 1 | -42/+63 |
* | raku/DFS: Detect starting point, Tweak colors for GenerateFrame | Andinus | 2021-11-24 | 1 | -1/+6 |
* | java/BFS: Print according to fornax format | vamsee | 2021-11-19 | 1 | -11/+20 |
* | Merge branch 'main' of https://github.com/andinus/fornax | vamsee | 2021-11-19 | 1 | -0/+124 |
|\ |
|
| * | Copy neighbors subroutine | Andinus | 2021-11-18 | 1 | -2/+57 |
| * | raku/DFS: Add DFS implementation in raku, Add input 06 | Andinus | 2021-11-17 | 1 | -0/+69 |
* | | java/BFS: Find final path for solution | vamsee | 2021-11-19 | 1 | -24/+70 |
|/ |
|
* | java/DFS: Update to latest fornax format, fix DFS | Andinus | 2021-11-16 | 1 | -18/+48 |
* | java/BFS: Prettify code | Andinus | 2021-11-16 | 2 | -91/+95 |
* | BFS code for maze traversal | Vam-c | 2021-11-05 | 1 | -0/+91 |
* | java/DFS: Don't walk on visited, Add DFS solutions, change colors | Andinus | 2021-11-03 | 1 | -3/+4 |
* | Fix log-level usage in ffmpeg, update maze | Andinus | 2021-11-03 | 1 | -7/+7 |
* | Set ffmpeg verbosity | Andinus | 2021-11-03 | 1 | -9/+9 |
* | java/DFS: Fix out of bounds check | Andinus | 2021-11-03 | 1 | -4/+8 |
* | java/DFS: Chose neighbor randomly | Andinus | 2021-11-03 | 1 | -1/+9 |
* | java/DFS: Keep variables in smallest scope | Andinus | 2021-11-03 | 1 | -6/+3 |
* | java/DFS: Output in Fornax format | Andinus | 2021-11-03 | 1 | -44/+47 |
* | java/DFS: Make output parseable | Andinus | 2021-11-02 | 1 | -21/+23 |
* | java/DFS: Move file to algorithms directory, cleanup | Andinus | 2021-10-16 | 1 | -0/+71 |