Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typos found by codespell | Alexis Hildebrandt | 2022-07-19 | 1 | -1/+1 |
* | Sort solution by date in output. | Bradley M. Kuhn | 2013-02-18 | 1 | -1/+1 |
* | Searching is better when you can set the begin date, end date and then go bac... | Bradley M. Kuhn | 2013-02-18 | 1 | -6/+6 |
* | Improve spreadsheet and debugging output. | Bradley M. Kuhn | 2013-02-18 | 1 | -6/+10 |
* | Start search from date: easy way to resume searches. | Bradley M. Kuhn | 2013-02-18 | 1 | -5/+5 |
* | Finish reporting details for STDOUT; change command line arg to bank balance. | Bradley M. Kuhn | 2013-02-18 | 1 | -20/+40 |
* | Default to brute-force subset sum solution. | Bradley M. Kuhn | 2013-02-18 | 1 | -8/+44 |
* | Rename the function to note it's the dynamic programming one. | Bradley M. Kuhn | 2013-02-18 | 1 | -2/+2 |
* | Loop through to build smaller sets when testing. | Bradley M. Kuhn | 2013-02-18 | 1 | -29/+52 |
* | Basic implementation probably correct, but needs much RAM. | Bradley M. Kuhn | 2013-02-18 | 1 | -9/+36 |
* | Began work on script to reconcile bank accounts. | Bradley M. Kuhn | 2013-02-18 | 1 | -0/+122 |