Skip to content

Instantly share code, notes, and snippets.

@Per48edjes
Last active July 1, 2024 04:33
Show Gist options
  • Save Per48edjes/b21fa1cb1c0ef891d89658164191ed70 to your computer and use it in GitHub Desktop.
Save Per48edjes/b21fa1cb1c0ef891d89658164191ed70 to your computer and use it in GitHub Desktop.
Fiddler on the Proof: Fiddler (06/14/2024)

Fiddler on the Proof

Ravi Dayabhai 🔵 2024-06-14

Problem

You want to pack four rows of unit circles into a rectangle with a base of 8. You’re considering two strategies for packing:

Square packing. In this case, four rows of circles each are packed in an array of squares.

Hexagonal packing. In this case, the bottom row has four circles, and higher rows alternate between having three and four circles.

Solution

Hexagonal packing is more efficient.

Rationale

(See comment below.)

@Per48edjes
Copy link
Author

fiddler_20240614

@Per48edjes
Copy link
Author

Correction: The opposite conclusion should be drawn since there is a simplification error in the above!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment