Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 570 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 570 Bytes

Stepstring Discrepancy

Find the largest discrepancy of any stepstring in a string.

Build Status

Notes

Nothing too surprising in the implementation. Note that to be able to efficiently handle 10000-character strings, we need to reuse as much work as possible. To that end, we need to be strategic about how we vary the parameters. Details in the code.

Source

https://www.reddit.com/r/dailyprogrammer/comments/358pfk