Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Re-structure for CPAN upload, include a dictionary file v0.1.0 | Andinus | 2021-01-19 | 10 | -82/+355273 |
| | | | | bin/octans calls lib/Octans/CLI.rakumod which has the MAIN subroutine. | ||||
* | Re-implement octans, move subroutines to respective modules | Andinus | 2021-01-19 | 8 | -218/+410 |
| | | | | | | | | | | | | | | | Initially it went over the list of words & checked if they exist in the grid. This was very slow. Currently it walks the grid & checks if the current string exist in the dictionary. This is faster for these reasons: • The dictionary is sorted, we perform binary range search on the dictionary to return the list of all words that start with specific string. • Starting positions are limited. If the dictionary wasn't sorted then this probably would've been | ||||
* | Document the implementation | Andinus | 2021-01-14 | 1 | -1/+71 |
| | |||||
* | Add links to website, source, github | Andinus | 2021-01-14 | 1 | -0/+4 |
| | |||||
* | Add demo links | Andinus | 2021-01-14 | 1 | -4/+14 |
| | |||||
* | Initial commit | Andinus | 2021-01-14 | 3 | -0/+197 |