Sha256: bdbcb1987ef06aab8e7de6e13da7b491234cf89c899921328cfe1ee46041facc
Contents?: true
Size: 506 Bytes
Versions: 275
Compression:
Stored size: 506 Bytes
Contents
## Hints - To parse the text, you could try to use the [Sprache](https://github.com/sprache/Sprache/blob/develop/README.md) library. You can also find a good tutorial [here](https://www.thomaslevesque.com/2017/02/23/easy-text-parsing-in-c-with-sprache/). - You can solve this exercise with a brute force algorithm, but this will possibly have a poor runtime performance. Try to find a more sophisticated solution. - Hint: You could try the column-wise addition algorithm that is usually taught in school.
Version data entries
275 entries across 275 versions & 1 rubygems