An open API service indexing awesome lists of open source software.

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

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.