main.cpp (Program)
by carbon 0000
1. implementacija
1.1. pomoću polja
1.1.1. operacije
1.1.1.1. FrontQ(Q)
1.1.1.2. EnQueueQ(x,Q)
1.1.1.3. DeQueueQ(Q)
1.1.1.4. InitQ(Q)
1.1.1.5. IsEmptyQ(Q)
1.2. pomoću pokazivača
1.2.1. operacije
1.2.1.1. FrontQ(Q)
1.2.1.2. EnQueueQ(x,Q)
1.2.1.3. DeQueueQ(Q)
1.2.1.4. InitQ(Q)
1.2.1.5. IsEmptyQ(Q)