请在 下方输入 要搜索的题目:

You have a list of grocery items, and want to spend as little time as possible in the store picking them all up. Which of the following English descriptions is the best algorithm for doing this?


A、Visit each aisle in the store. If there is an item on the list in that aisle, then put it in the shopping cart.;

B、For each item on list, go to the aisle it is in and put the item in the shopping cart.;

C、Determine which aisle each item is in. Cluster the list by items in the same aisle. Go through the aisles in order and place items in the shopping cart.;

D、Go around and pick up items as will.

发布时间:2025-09-02 05:49:00
推荐参考答案 ( 由 快搜搜题库 官方老师解答 )
联系客服
答案:Determine which aisle each item is in. Cluster the list by items in the same aisle. Go through the aisles in order and place items in the shopping cart.
专业技术学习
专业技术学习
搜搜题库系统