subject
Mathematics, 04.04.2020 14:33 shayleewright

Rear = rear+1%n;where n = size of queue. The modulus returns the remainder of both of the operands (2 of them). For example, 4%2=0 since 4/2=2 with no remainder, while 4%3=1 since 4/3=1 with remainder 1. Since you can never have a remainder higher than the right operand, you have an effective "range" of answers for any modulus of 0 to (n-1). With that in mind, you can just plug in the numbers for each variable ((4+1)%5=? and (1+1)%4=?). Using long division you would then find the remainder. Therefore, the boundary condition achieved is when at the given position there is already an element that is present hence it will break the loop and element would not be enqueued until the position is free.

ansver
Answers: 2

Another question on Mathematics

question
Mathematics, 21.06.2019 17:30
What is the shape of the height and weight distribution
Answers: 2
question
Mathematics, 21.06.2019 18:40
What value of x is in the solution set of 4x – 12 s 16 + 8x?
Answers: 3
question
Mathematics, 21.06.2019 19:10
Which equation results from adding the equations in this system? x+6y=9 and -x+2y=-15
Answers: 1
question
Mathematics, 21.06.2019 20:00
The two square pyramids are similar. find the total volume of both pyramids if the ratio of their surface areas is 9/16
Answers: 3
You know the right answer?
Rear = rear+1%n;where n = size of queue. The modulus returns the remainder of both of the operands (...
Questions
question
Mathematics, 13.01.2021 22:10
question
Mathematics, 13.01.2021 22:10