Example to demonstrate queue

Please help me demonstrate a queue with a simple example.

Example: When you stand in a queue to withdraw cash from ATM.
FIFO: First Come First Serve methodology is used basically.

Same concept is also used in the programming. Create a blank queue and as per the requirement you can add items one by one.

Later they can be retrieved by referencing to the queue item.

Thanks,
Jiban

2 Likes

This should be one of the very worst examples.

I need an example. Not philosophy.

1 Like

Thanks for the information.

Hello,

Attached the Example to upload String array items to queue and later process the transactions, hope this helps.

Main.xaml (14.5 KB)

Thanks,
Megharaj Yadravi

2 Likes

Hi Everybody , I m in Demo uipath orchestrator … How can I see the robots run ? Is there some example of server (Orchestrtor ) + Robot running something …
Thanks in advance