The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
15 views

About balancing subproblems

I have this problem which I need to solve You’re doing some stress-testing on various models of glass jars to determine the height from which they can be dropped and still not break. The setup for ...
1
vote
3answers
24 views

Finding the shortest path through a n-dimensional space

I have a n-dimensional grid space with two points on it defined by ordered pairs. I want to find the shortest path between the two points, but I can only increase one number in the ordered pair at a ...