Forum discussion on Queue and Expression conversion

Click here and discuss

Click here and discuss

by Md Assaduzzaman -
Number of replies: 51
1. What are the operation of queue?
2. When front and rear are the same value or item?
In reply to Md Assaduzzaman

Re: Click here and discuss

by Shohanur Rahman 201-15-3401 -

#Answer for question- 01

The operations of queue are:

  • Enqueue - This function defines the operation for adding an element into queue.
  • Dequeue - This function defines the operation for removing an element from queue.
  • Initialize - create an empty queue
  • Front - Front is used to get the front data item from a queue.
  • Rear - Rear is used to get the last item from a queue.

#Answer for question- 02

When a queue is empty, It's front and rear are the same value or item.

In reply to Md Assaduzzaman

Re: Click here and discuss

by Wahid Tausif -
#Answer for the question No-01

The operations of queue are:

Enqueue - This function defines the operation for adding an element into queue.
Dequeue - This function defines the operation for removing an element from queue.
Initialize - create an empty queue
Front - Front is used to get the front data item from a queue.
Rear - Rear is used to get the last item from a queue.
#Answer for question-02

When a queue is empty, It's front and rear are the same value or item
In reply to Md Assaduzzaman

Re: Click here and discuss

by 201-15-3532 Sumaiya Haider -
1)The operations of queue are:
Enqueue - This function defines the operation for adding an element into queue.
Dequeue - This function defines the operation for removing an element from queue.
Initialize - create an empty queue
Front - Front is used to get the front data item from a queue.
Rear - Rear is used to get the last item from a queue.
2)When a queue is empty, It's front and rear are the same value or item
In reply to Md Assaduzzaman

Re: Click here and discuss

by Arif Hosen -
Answer to the Question No. 01
The operations of queue are:
Enqueue - This function defines the operation for adding an element into queue.
Dequeue - This function defines the operation for removing an element from queue.
Initialize - create an empty queue
Front - Front is used to get the front data item from a queue.
Rear - Rear is used to get the last item from a queue.


Answer to the Question No. 02
When a queue is empty, the front and rear are the same value or item.
In reply to Md Assaduzzaman

Re: Click here and discuss

by Sazzad Hosen khan -
Answer for question- 01

The operations of queue are:

Enqueue - This function defines the operation for adding an element into queue.
Dequeue - This function defines the operation for removing an element from queue.
Initialize - create an empty queue
Front - Front is used to get the front data item from a queue.
Rear - Rear is used to get the last item from a queue.
Answer for question- 02

When a queue is empty, It's front and rear are the same value or item.
In reply to Md Assaduzzaman

Re: Click here and discuss

by Mohammad Ashikuzzaman 3438 -
Answer to the Question No. 01

The operations of queue are:
Enqueue - This function defines the operation for adding an element into queue.
Dequeue - This function defines the operation for removing an element from queue.
Initialize - create an empty queue
Front - Front is used to get the front data item from a queue.
Rear - Rear is used to get the last item from a queue.


Answer to the Question No. 02

When a queue is empty, the front and rear are the same value or item.
In reply to Md Assaduzzaman

Re: Click here and discuss

by Ordha Nafiz Akbar -
Answer for question- 01

The operations of queue are:

Enqueue 
Dequeue
Initialize 
Front 
Rear 
Answer for question- 02

When a queue is empty, It's front and rear are the same value or item.
In reply to Md Assaduzzaman

Re: Click here and discuss

by 201-15-3596 sadia afrin satu -
#Answer for question- 01

The operations of queue are:

Enqueue - This function defines the operation for adding an element into queue.
Dequeue - This function defines the operation for removing an element from queue.
Initialize - create an empty queue
Front - Front is used to get the front data item from a queue.
Rear - Rear is used to get the last item from a queue.
2)When a queue is empty, It's front and rear are the same value or item
In reply to Md Assaduzzaman

Re: Click here and discuss

by RIFAT JAHAN ZIM 201-15-3611 -

01 :- The operations of queue are: Enqueue, Dequeue, Initialize, Front, Rear

02 :- When a queue is empty, It's front and rear are the same value or item

In reply to Md Assaduzzaman

Re: Click here and discuss

by Mafujul Haque Plabon -
Answer to the question No(1)

The operations of queue are:
Enqueue - This function defines the operation for adding an element into queue.
Dequeue - This function defines the operation for removing an element from queue.
Front - Front is used to get the front data item from a queue.
Full- Enqueue and dequeue is known through full operation.
Initialize - create an empty queue.
Rear - Rear is used to get the last item from a queue.


Answer to the Question No(2)

When a queue is empty, the front and rear are the same value or item.
In reply to Md Assaduzzaman

Re: Click here and discuss

by Ismotara Dipty -
Answer for question- 01

The operations of queue are:

Enqueue - This function defines the operation for adding an element into queue.
Dequeue - This function defines the operation for removing an element from queue.
Initialize - create an empty queue
Front - Front is used to get the front data item from a queue.
Rear - Rear is used to get the last item from a queue.

Answer for question- 02

When a queue is empty, It's front and rear are the same value or item.
In reply to Md Assaduzzaman

Re: Click here and discuss

by Maherunnesa Mim -
Answer for question- 01

The operations of the queue are:

Enqueue - This function defines the operation for adding an element into the queue.
Dequeue - This function defines the operation for removing an element from the queue.
Initialize - create an empty queue
Front - Front is used to get the front data item from a queue.
Rear - Rear is used to get the last item from a queue.

Answer for question- 02

When a queue is empty, Its front and rear are the same value or item.
In reply to Md Assaduzzaman

Re: Click here and discuss

by Mazharul Islam 201-15-3283 -
Answer to the question no : 1

The operations of queue are:

Enqueue  : This function defines the operation for adding an element into queue.
Dequeue : This function defines the operation for removing an element from queue.
Initialize  : create an empty queue.
Front       : Front is used to get the front data item from a queue.
Rear        : Rear is used to get the last item from a queue.


Answer to the question no : 2

When a queue is empty, It's front and rear are the same value or item.
In reply to Md Assaduzzaman

Re: Click here and discuss

by Dipta bhowmik15-3425 -
Answer for question- 01

The operations of the queue are:

Enqueue - This function defines the operation for adding an element into the queue.
Dequeue - This function defines the operation for removing an element from the queue.
Initialize - create an empty queue
Front - Front is used to get the front data item from a queue.
Rear - Rear is used to get the last item from a queue.

Answer for question- 02

When a queue is empty, Its front and rear are the same value or item.
In reply to Md Assaduzzaman

Re: Click here and discuss

by Janatul Naeem (201-15-3605) -

Ans to the ques No : 1

The operations of queue are:

Enqueue - This function defines the operation for adding an element into queue.
Dequeue - This function defines the operation for removing an element from queue.
Initialize - create an empty queue
Front - Front is used to get the front data item from a queue.
Rear - Rear is used to get the last item from a queue.

Answer for question- 02


When a queue is empty, It's front and rear are the same value or item.
In reply to Md Assaduzzaman

Re: Click here and discuss

by Md. Sakibuzzaman Alif -
Answer to the question no : 1

The operations of queue are:

Enqueue : This function defines the operation for adding an element into queue.
Dequeue : This function defines the operation for removing an element from queue.
Initialize : create an empty queue.
Front : Front is used to get the front data item from a queue.
Rear : Rear is used to get the last item from a queue.


Answer to the question no : 2

When a queue is empty, It's front and rear are the same value or item.
In reply to Md Assaduzzaman

Re: Click here and discuss

by Fiaj Rahman(201-15-3077) -
Answer for question- 01

The operations of the queue are:

Enqueue - This function defines the operation for adding an element into the queue.
Dequeue - This function defines the operation for removing an element from the queue.
Initialize - create an empty queue
Front - Front is used to get the front data item from a queue.
Rear - Rear is used to get the last item from a queue.

Answer for question- 02

When a queue is empty, Its front and rear are the same value or item.
In reply to Md Assaduzzaman

Re: Click here and discuss

by Sanjida Zaman Toma 201-15-3102 -
Answer for question- 01

The operations of queue are:

Enqueue
Dequeue
Initialize
Front
Rear

Answer for question- 02
When a queue is empty, It's front and rear are the same value or item.
In reply to Md Assaduzzaman

Re: Click here and discuss

by Md.Yeasin Chowdhury 201-15-3443 -

Answer to the Question No. 01

The operations of queue are:
Enqueue - This function defines the operation for adding an element into queue.
Dequeue - This function defines the operation for removing an element from queue.
Initialize - create an empty queue
Front - Front is used to get the front data item from a queue.
Rear - Rear is used to get the last item from a queue.


Answer to the Question No. 02

When a queue is empty, the front and rear are the same value or item.
In reply to Md Assaduzzaman

Re: Click here and discuss

by Jannatul Ferdous Moon -
Answer to the question no : 1

The operations of queue are:

Enqueue : This function defines the operation for adding an element into queue.
Dequeue : This function defines the operation for removing an element from queue.
Initialize : Create an empty queue.
Front : Front is used to get the front data item from a queue.
Rear : Rear is used to get the last item from a queue.


Answer to the question no : 2

When a queue is empty, It's front and rear are the same value or item.
In reply to Md Assaduzzaman

Re: Click here and discuss

by Arnab Saha -
Answer for the question No-01
The operations of queue are:
Enqueue - This function defines the operation for adding an element into queue.
Dequeue - This function defines the operation for removing an element from queue.
Initialize - create an empty queue
Front - Front is used to get the front data item from a queue.
Rear - Rear is used to get the last item from a queue.
Answer for question-02
When a queue is empty, It's front and rear are the same value or item
In reply to Md Assaduzzaman

Re: Click here and discuss

by Ibrahim Tasin -

Answer to the question no. 1


The operations of queue are:

Enqueue : This function defines the operation for adding an element into queue.
Dequeue : This function defines the operation for removing an element from queue.
Initialize : create an empty queue.
Front : Front is used to get the front data item from a queue.
Rear : Rear is used to get the last item from a queue.


Answer to the question no. 2


When a queue is empty, It's front and rear are the same value or item.
In reply to Md Assaduzzaman

Re: Click here and discuss

by Khatuna Jannat Sarnali -
Ans to the ques No : 1

The operations of queue are:
Enqueue - This function defines the operation for adding an element into queue.
Dequeue - This function defines the operation for removing an element from queue.
Initialize - create an empty queue
Front - Front is used to get the front data item from a queue.
Rear - Rear is used to get the last item from a queue.

Answer for question- 02

When a queue is empty, It's front and rear are the same value or item.
In reply to Md Assaduzzaman

Re: Click here and discuss

by Nabid Anjum Ome 201-15-3308 -
Ans to the ques No : 1

The operations of queue are:
Enqueue - This function defines the operation for adding an element into queue.
Dequeue - This function defines the operation for removing an element from queue.
Initialize - create an empty queue
Front - Front is used to get the front data item from a queue.
Rear - Rear is used to get the last item from a queue.

Answer for question- 02

When a queue is empty, It's front and rear are the same value or item.
In reply to Md Assaduzzaman

Re: Click here and discuss

by Md. Atikur Rahman -
#Answer for question- 01

The operations of queue are:

Enqueue - This function defines the operation for adding an element into queue.
Dequeue - This function defines the operation for removing an element from queue.
Initialize - create an empty queue
Front - Front is used to get the front data item from a queue.
Rear - Rear is used to get the last item from a queue.
#Answer for question- 02

When a queue is empty, It's front and rear are the same value or item.
In reply to Md Assaduzzaman

Re: Click here and discuss

by Md.Majedul Haque Tanin -
#Ans to the question number 1:
The operations of queue are:

Enqueue - This function defines the operation for adding an element into queue.
Dequeue - This function defines the operation for removing an element from queue.
Initialize - create an empty queue
Front - Front is used to get the front data item from a queue.
Rear - Rear is used to get the last item from a queue.
#Answer for question- 02

When a queue is empty, It's front and rear are the same value or item
In reply to Md Assaduzzaman

Re: Click here and discuss

by Sabbir Hossain Antar -
Answer to the Question No. 01
The operations of queue are:
Enqueue - This function defines the operation for adding an element into queue.
Dequeue - This function defines the operation for removing an element from queue.
Initialize - create an empty queue
Front - Front is used to get the front data item from a queue.
Rear - Rear is used to get the last item from a queue.


Answer to the Question No. 02
When a queue is empty, the front and rear are the same value or item.
In reply to Md Assaduzzaman

Re: Click here and discuss

by Sazzad Hosain Sagor -
Answer for question- 01

The operations of queue are:

Enqueue - This function defines the operation for adding an element into queue.
Dequeue - This function defines the operation for removing an element from queue.
Initialize - create an empty queue
Front - Front is used to get the front data item from a queue.
Rear - Rear is used to get the last item from a queue.

Answer for question- 02

When a queue is empty, It's front and rear are the same value or item.
In reply to Md Assaduzzaman

Re: Click here and discuss

by 201-15-3293 Abdur Razzak -

Ans to the ques No : 1

The operations of queue are:
Enqueue - This function defines the operation for adding an element into queue.
Dequeue - This function defines the operation for removing an element from queue.
Initialize - create an empty queue
Front - Front is used to get the front data item from a queue.
Rear - Rear is used to get the last item from a queue.

Answer for question- 02

When a queue is empty, It's front and rear are the same value or item.

In reply to Md Assaduzzaman

Re: Click here and discuss

by 201-15-3255 Al Imran Alvy -
Question-1:
The operations of queue are:
Enqueue
Dequeue
Initialize
Front
Rear
Question- 02
When a queue is empty, It's front and rear are the same value or item.
In reply to Md Assaduzzaman

Re: Click here and discuss

by Antho Ghosh -
Answer for question- 01

The operations of queue are:

Enqueue - This function defines the operation for adding an element into queue.
Dequeue - This function defines the operation for removing an element from queue.
Initialize - create an empty queue
Front - Front is used to get the front data item from a queue.
Rear - Rear is used to get the last item from a queue.
#Answer for question- 02

When a queue is empty, It's front and rear are the same value or item.
In reply to Md Assaduzzaman

Re: Click here and discuss

by Mst Naima Sultana -

Answer to the Question No. 01
The operations of queue are:
Enqueue - This function defines the operation for adding an element into queue.
Dequeue - This function defines the operation for removing an element from queue.
Initialize - create an empty queue
Front - Front is used to get the front data item from a queue.
Rear - Rear is used to get the last item from a queue.


Answer to the Question No. 02
When a queue is empty, the front and rear are the same value or item.

In reply to Md Assaduzzaman

Re: Click here and discuss

by 201-15-3165 MD.HASIBUL HASAN SHANTO -
Answer to the Question No. 01
The operations of queue are:
Enqueue - This function defines the operation for adding an element into queue.
Dequeue - This function defines the operation for removing an element from queue.
Initialize - create an empty queue
Front - Front is used to get the front data item from a queue.
Rear - Rear is used to get the last item from a queue.

Answer for question- 02

When a queue is empty, It's front and rear are the same value or item.
In reply to Md Assaduzzaman

Re: Click here and discuss

by Sumia Sarower Trisha 201-15-3474 -

Answer to the Question No. 01
The operations of queue are:
Enqueue - This function defines the operation for adding an element into queue.
Dequeue - This function defines the operation for removing an element from queue.
Initialize - create an empty queue
Front - Front is used to get the front data item from a queue.
Rear - Rear is used to get the last item from a queue.


Answer to the Question No. 02
When a queue is empty, the front and rear are the same value or item.

In reply to Md Assaduzzaman

Re: Click here and discuss

by Anika Nawar -
1.The operations of queue are:
Enqueue - This function defines the operation for adding an element into queue.
Dequeue - This function defines the operation for removing an element from queue.
Initialize - create an empty queue
Front - Front is used to get the front data item from a queue.
Rear - Rear is used to get the last item from a queue.
2)When a queue is empty, It's front and rear are the same value or item
In reply to Md Assaduzzaman

Re: Click here and discuss

by Rimon Rimon -
Answer for the question no: 1
Operations of queue :

Enqueue - This function defines the operation for adding an element into queue.
Dequeue - This function defines the operation for removing an element from queue.
Initialize - create an empty queue
Front - Front is used to get the front data item from a queue.
Rear - Rear is used to get the last item from a queue.
Answer for question 02

When a queue is empty, It's front and rear are the same value or item
In reply to Md Assaduzzaman

Re: Click here and discuss

by Md.Habibur Rahman -
Answer 1:

The operations of queue are:

Enqueue - This function defines the operation for adding an element into queue.
Dequeue - This function defines the operation for removing an element from queue.
Initialize - create an empty queue
Front - Front is used to get the front data item from a queue.
Rear - Rear is used to get the last item from a queue.

Answer- 02

When a queue is empty, It's front and rear are the same value or item
In reply to Md Assaduzzaman

Re: Click here and discuss

by Amir Hamza Shuvo 201-15-3397 -
)The operations of queue are:
Enqueue - This function defines the operation for adding an element into queue.
Dequeue - This function defines the operation for removing an element from queue.
Initialize - create an empty queue
Front - Front is used to get the front data item from a queue.
Rear - Rear is used to get the last item from a queue.
2)When a queue is empty, It's front and rear are the same value or item
In reply to Md Assaduzzaman

Re: Click here and discuss

by Amir Hamza Shuvo 201-15-3397 -
)The operations of queue are:
Enqueue - This function defines the operation for adding an element into queue.
Dequeue - This function defines the operation for removing an element from queue.
Initialize - create an empty queue
Front - Front is used to get the front data item from a queue.
Rear - Rear is used to get the last item from a queue.
2)When a queue is empty, It's front and rear are the same value or item
In reply to Md Assaduzzaman

Re: Click here and discuss

by Avishek Das (201-15-3452) -

Answer to the Question No. 01

The operations of queue are:
Enqueue - This function defines the operation for adding an element into queue.
Dequeue - This function defines the operation for removing an element from queue.
Initialize - create an empty queue
Front - Front is used to get the front data item from a queue.
Rear - Rear is used to get the last item from a queue.


Answer to the Question No. 02

When a queue is empty, the front and rear are the same value or item.
In reply to Md Assaduzzaman

Re: Click here and discuss

by Md. Shahin Alam -
01

The operations of queue are:

Enqueue
Dequeue
Initialize
Front
Rear

02
When a queue is empty, It's front and rear are the same value or item.
In reply to Md Assaduzzaman

Re: Click here and discuss

by Atikur Mithun -

Answer to the question number:1

The operation of queue are:

Enqueue-This function defines the operation for adding an element into queue.

Dequeue-This function defines the operation for removing an element from queue.

Initialize-Create an empty queue.

Front-Front is used to get the from data item from a queue.

Rear-Rear is used to get the last item from a queue.

Answer to the question number :2

When a queue is empty,its front and rear are the same value or item.


In reply to Md Assaduzzaman

Re: Click here and discuss

by Arpita Ghosh 201-15-3422 -
Answer to the Question No. 01

The operations of queue are:
Enqueue - This function defines the operation for adding an element into queue.
Dequeue - This function defines the operation for removing an element from queue.
Initialize - create an empty queue
Front - Front is used to get the front data item from a queue.
Rear - Rear is used to get the last item from a queue.


Answer to the Question No. 02

When a queue is empty, the front and rear are the same value or item.
In reply to Md Assaduzzaman

Re: Click here and discuss

by Md. Seyam Ali Biswas -
Answer to the Question No. 01

The operations of queue are:
Enqueue - This function defines the operation for adding an element into queue.
Dequeue - This function defines the operation for removing an element from queue.
Initialize - create an empty queue
Front - Front is used to get the front data item from a queue.
Rear - Rear is used to get the last item from a queue.


Answer to Question No. 02

When a queue is empty, the front and rear are the same value or item.
In reply to Md Assaduzzaman

Re: Click here and discuss

by Taslima Jahan Tushi 201-15-3269 -

Answer to the question- 01

The operations of queue are:

Enqueue - This function defines the operation for adding an element into queue.
Dequeue - This function defines the operation for removing an element from queue.
Initialize - create an empty queue
Front - Front is used to get the front data item from a queue.
Rear - Rear is used to get the last item from a queue.
Answer for question- 02

When a queue is empty, It's front and rear are the same value or item.

In reply to Md Assaduzzaman

Re: Click here and discuss

by Md. Farhatul Haider -
Answer for question- 01

The operations of the queue are:

Enqueue - This function defines the operation for adding an element into the queue.
Dequeue - This function defines the operation for removing an element from the queue.
Initialize - create an empty queue
Front - Front is used to get the front data item from a queue.
Rear - Rear is used to get the last item from a queue.

Answer for question- 02

When a queue is empty, Its front and rear are the same value or item.
In reply to Md Assaduzzaman

Re: Click here and discuss

by Mafujul Haque Plabon -
Answer to the question No(1)

The operations of queue are:
Enqueue - This function defines the operation for adding an element into queue.
Dequeue - This function defines the operation for removing an element from queue.
Front - Front is used to get the front data item from a queue.
Full- Enqueue and dequeue is known through full operation.
Initialize - create an empty queue.
Rear - Rear is used to get the last item from a queue.


Answer to the Question No(2)

When a queue is empty, the front and rear are the same value or item.
In reply to Md Assaduzzaman

Re: Click here and discuss

by Mohammad Nadiatul Islam Sakib -
Answer for question- 01

The operations of queue are:

Enqueue - This function defines the operation for adding an element into queue.
Dequeue - This function defines the operation for removing an element from queue.
Initialize - create an empty queue
Front - Front is used to get the front data item from a queue.
Rear - Rear is used to get the last item from a queue.
Answer for question- 02

When a queue is empty, It's front and rear are the same value or item.
In reply to Md Assaduzzaman

Re: Click here and discuss

by 201-15-3311 Mehedi -
Answer for question- 01

The operations of queue are:

Enqueue - This function defines the operation for adding an element into queue.
Dequeue - This function defines the operation for removing an element from queue.
Initialize - create an empty queue
Front - Front is used to get the front data item from a queue.
Rear - Rear is used to get the last item from a queue.
Answer for question- 02

When a queue is empty, It's front and rear are the same value or item.
In reply to Md Assaduzzaman

Re: Click here and discuss

by Taslima Jahan Tushi 201-15-3269 -

Answer for question no. 01

The operations of queue are:

Enqueue - This function defines the operation for adding an element into queue.
Dequeue - This function defines the operation for removing an element from queue.
Initialize - create an empty queue
Front - Front is used to get the front data item from a queue.
Rear - Rear is used to get the last item from a queue.
Answer for question- 02

When a queue is empty, It's front and rear are the same value or item.

In reply to Md Assaduzzaman

Re: Click here and discuss

by Ahmed Ishtiak Nihal -
Answer for question- 01

The operations of queue are:

Enqueue - This function defines the operation for adding an element into queue.
Dequeue - This function defines the operation for removing an element from queue.
Initialize - create an empty queue
Front - Front is used to get the front data item from a queue.
Rear - Rear is used to get the last item from a queue.
Answer for question- 02

When a queue is empty, It's front and rear are the same value or item.