Computer Science, asked by maheshreddyaa, 4 months ago

Andrew manages a pipe warehouse. He wishes to automate the process of transferring the pipes from the warehouse to the carrier truck. There are N pipes in the warehouse placed vertically along a wall. In the automated system, a drone picks the pipes by length and carries the to the carrier truck. In each turn, the drone moves from left to right to find the pipes whose lengths are greater than the pipe on their left . After finding the pipe, the drone takes the pipe you the carrier truck . The drone repeates this process untill it has no more pipes to pick .
Write an algorithm to output the list of pipes that will remain in the warehouse after the drone has completed this process.

Answers

Answered by anbupriyannagai
11

Answer:

manufacturing, distribution warehouse automation, autonomous ... Class-8 Heavy Duty Truck Manufacturers ... Warehouse Management System.

Explanation:

hence this is your answer dear. please mark me brainliest

Answered by nidaeamann
8

Explanation:

The algorithm will start from taking the N number of pipes and getting their lengths. Then it will scan the number of trucks for dispatch and truck sizes so that the right pipe is placed in right truck size. So our algorithm will first take inputs, then do sorting. Once the sorting will done, then drone will take over the delivery. Sorting will optimise the time for drone and when all pipes are delivered, the job will be completed

Similar questions