All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info

Home > Algorithms
Constructing a Sphere (Posted on 2012-02-25) Difficulty: 3 of 5
I would like to construct a sphere by gluing unit cubes together. I'm only attempting to approximate the shape of a sphere as closely as is possible with unit cubes.

Before I get out the glue, how would I go about creating a spreadsheet that would show me the quantity and placement of cubes in each cross-sectional layer? (think of an MRI scan cross-section)

For input, the spreadsheet should ask for the radius of the sphere to be built, as well as which layer of that sphere should be displayed.

There may be more than one way to accomplish this. Any spreadsheet that will allow me to build a sphere by displaying each layer of a sphere for a given radius is considered valid.

Here is an example of output:

Hint: The formula for distance in 3 dimensions is:

d=√[(x2-x1)2+(y2-y1)2+(z2-z1)2]

Bonus question! Adjust your algorithm to display a hollow sphere (think of a ping pong ball, or a beach ball). Note: All cubes must be connected into one contiguous piece.

No Solution Yet Submitted by Dustin    
Rating: 4.0000 (2 votes)

Comments: ( Back to comment list | You must be logged in to post comments.)
re: Excel implementation of Specific Algorithm | Comment 5 of 16 |
(In reply to Excel implementation of Specific Algorithm by Steve Herman)

Looks great!


In mine, the center is always the same cell, regardless of the radius, but as the problem states, your solution is quite valid, as it produces the required result.  In fact, your method is preferable in some ways to mine.  If I want to allow for larger radii, I must add numbers to left and right, and top and bottom.  In your method, you only have to extend right and down.

I think you have a small typo in your post, though: "Cell B1: 9" should be "Cell B2: 9".

Do you have any ideas about the bonus question? :)

brianjn, if you have a working javascript spreadsheet for a hollow sphere, I'd be interested to see it here.  I still might refrain from posting a complete explanation of your algorithm for perhaps a day, so Steve has a chance to work on it.

  Posted by Dustin on 2012-02-26 16:45:46
Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (0)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (20)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

Chatterbox:
Copyright © 2002 - 2024 by Animus Pactum Consulting. All rights reserved. Privacy Information