Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | More DFS solution | Andinus | 2021-11-03 | 1 | -0/+1995 | |
| | ||||||
* | Fix excess space calculation | Andinus | 2021-11-03 | 1 | -2/+2 | |
| | | | | Earlier we assumed that rows == columns. | |||||
* | java/DFS: Fix out of bounds check | Andinus | 2021-11-03 | 1 | -4/+8 | |
| | ||||||
* | More sample solutions | Andinus | 2021-11-03 | 5 | -0/+242 | |
| | ||||||
* | java/DFS: Chose neighbor randomly | Andinus | 2021-11-03 | 1 | -1/+9 | |
| | | | | | This does mean that we might end up taking a longer path but also the inverse! | |||||
* | java/DFS: Keep variables in smallest scope | Andinus | 2021-11-03 | 1 | -6/+3 | |
| | ||||||
* | Change default output directory | Andinus | 2021-11-03 | 2 | -4/+4 | |
| | ||||||
* | Add sample DFS solution | Andinus | 2021-11-03 | 2 | -1/+7 | |
| | ||||||
* | Variable frame rate, center the canvas | Andinus | 2021-11-03 | 1 | -8/+15 | |
| | ||||||
* | Generate slideshow with ffmpeg, add verbose option | Andinus | 2021-11-03 | 1 | -6/+12 | |
| | ||||||
* | Parse fornax format to generate the images | Andinus | 2021-11-03 | 2 | -34/+91 | |
| | | | | | Switched to PNG because SVGs were larger in this case. Also, video will be created with `ffmpeg` so it's just easier to use PNGs. | |||||
* | Document assumptions | Andinus | 2021-11-03 | 2 | -0/+4 | |
| | ||||||
* | java/DFS: Output in Fornax format | Andinus | 2021-11-03 | 1 | -44/+47 | |
| | ||||||
* | Document symbol prioritization | Andinus | 2021-11-03 | 2 | -2/+8 | |
| | ||||||
* | Remove number of iterations from format | Andinus | 2021-11-03 | 2 | -2/+2 | |
| | | | | | To know this the program must have solved the whole puzzle before it is able to print a single line. I don't think it's required. | |||||
* | Document highlighting for Illegal, Solved paths | Andinus | 2021-11-03 | 2 | -4/+14 | |
| | ||||||
* | Document iteration grids | Andinus | 2021-11-03 | 2 | -8/+62 | |
| | ||||||
* | Document fornax format, update .gitignore | Andinus | 2021-11-03 | 3 | -3/+57 | |
| | ||||||
* | Generate images for every iteration | Andinus | 2021-11-02 | 2 | -3/+53 | |
| | ||||||
* | java/DFS: Make output parseable | Andinus | 2021-11-02 | 1 | -21/+23 | |
| | ||||||
* | Move to Raku module structure | Andinus | 2021-11-02 | 5 | -14/+40 | |
| | ||||||
* | Basic implementation of fornax | Andinus | 2021-11-02 | 1 | -0/+14 | |
| | ||||||
* | java/DFS: Move file to algorithms directory, cleanup | Andinus | 2021-10-16 | 2 | -80/+71 | |
| | ||||||
* | Added DFS working code in java | vamsee | 2021-10-16 | 1 | -0/+80 | |
| | ||||||
* | Initial Commit | Andinus | 2021-10-16 | 5 | -0/+58 | |