Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Last active June 12, 2017 15:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deque-blog/d9552b2478c05c18fd9746629a8f058c to your computer and use it in GitHub Desktop.
Save deque-blog/d9552b2478c05c18fd9746629a8f058c to your computer and use it in GitHub Desktop.
(fill-one-bucket
(sorted-set [1 :a] [2 :b] [1 :c]) ; Initial quantities
4/3) ; Size of the bucket
[[:a :b 3/4] ; - The created bucket
#{[1 :c] [5/3 :b]}] ; - The remaining quantities
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment