Nesting algorithm
Appearance
Nesting Algorithms are algorithms used to make the most effecient use of material or space by evaluating many different possible combinations. This can be done with Recursion.
Illustrated below are three examples of nesting: 1. Linear (1-dimensional) 2. Plate (2-dimensional) 3. Packing (3-dimensional)