A factory utilizes a single, continuous conveyor belt for transporting various sized components. Smaller components can be placed individually on the belt, while larger components occupy two consecutive spaces. Components are added to the first available empty space(s) on the belt. To track components, they are assigned unique identification numbers in the order they are placed on the belt. The belt's configuration at any point is represented by a sequence of component numbers (for occupied spaces) or the letter 'E' (for empty spaces). For example, a belt with components 1, 2, and 3 (where 2 is larger) followed by two empty spaces would be represented as: 1, 2, 3, E, E. The arrangement of components on the belt is dynamic as components are continuously added and removed.