https://github.com/hellerve/shipping
A solution to Kevin’s shipping puzzle
https://github.com/hellerve/shipping
Last synced: 5 days ago
JSON representation
A solution to Kevin’s shipping puzzle
- Host: GitHub
- URL: https://github.com/hellerve/shipping
- Owner: hellerve
- Created: 2018-10-30T19:03:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-10T19:06:27.000Z (over 7 years ago)
- Last Synced: 2025-04-05T22:43:43.721Z (12 months ago)
- Size: 35.2 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shipping
A solution to the [shipping puzzle](https://kevinlynagh.com/notes/shipping-puzzle/)
from a blog post by Kevin Lynagh.
It takes about 3.5 seconds on my machine, and 75.9% of that time is spent in
`String.lines`, which splits a string into an array of lines.