Question: please i need the code for this question very quickly fautomatic distribution facility uses robots to send packages to their destinations. The robots cise a
fautomatic distribution facility uses robots to send packages to their destinations. The robots cise a stack bised algorithm to keep track of the packages they carry, since they need to post the last paclage they picked up first. The paclage information consists of Package ID (an integer). post code of delivery address (another integer), city of delivery(string) and full address (another string). a) Crease a Node structure for this system, representingeach package. If you will be using any spedal references to this structure, please make sure to include your typedef lines. b) Create a Pop function that returns the address of the popped node, and returns NVU if the stack is empty
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
