Sha256: b42f961c39a4b4161e1bd90ee956c3549c88b76a08c5a1dd4df19013dcedbdb5
Contents?: true
Size: 370 Bytes
Versions: 357
Compression:
Stored size: 370 Bytes
Contents
## Hints - To parse the text, you could try to use the [FParsec](http://www.quanttec.com/fparsec/tutorial.html) library. - 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
357 entries across 357 versions & 1 rubygems