Categories
Happy bullocks Tiny Grit

Clues To Retail Breakout

Clue 1: Data

{
“sales_info”: {
“market_share_percentage”: {
“Munch”: 40,
“Milky bar”: 30,
“KitKat”: 20,
“BarOne”: 5
},
“margin_share_percentage”: {
“Munch”: 6,
“Milky bar”: 15,
“KitKat”: 10,
“BarOne”: 12
},
“core_product”: {
“Munch”: “No”,
“Milky bar”: “No”,
“KitKat”: “Yes”,
“BarOne”: “No”
},
“new_product”: {
“Munch”: “No”,
“Milky bar”: “No”,
“KitKat”: “No”,
“BarOne”: “Yes”
}
}
}

Clue 2: Input For Prompt

The shelf has 5 columns and 4 rows. Each cell in the shelf can hold one chocolate box. So the shelf can hold a total of 5 x 4 = 20 chocolate boxes. I want to prioritize in the following order(highest priority is listed first and lowest is listed last

Leave a Reply

Your email address will not be published.