Hi Team,
I am creating a model where there are multiple SKUs generated randomly in queue. I have to select the SKU having max content to pull from list 1 by 1. This sequence will continue until all the item gets over for the selected SKU. Now, next SKU will be chosen based on its content in list.
Also, how can I get the # of SKU available in the queue at a given time?
I would like to know the best way to approach this problem.
Thank you!