Computer Science, asked by Nidi5568, 1 year ago

Write a pseudo-code to move from the start (s) to the end (e) in the maze. Note: you can drag and drop the pseudo-code magnets to the pseudo-code box and create the appropriate pseudo-code. Estimated time: 20 minutes pseudo-code magnets: else move while(start != end) do if(is_next_block_bomb) then end-while end-if pseudo-code: while(start != end) do move move if(is_next_block_bomb) then move else move move end-while end-if s e

Answers

Answered by MrKakadiya
2

Answer:

,........mmmmmmm...........

Answered by ayushisharmacse18
2

Answer:

Pseudo-code:

while(start != end) do

move  Right

if(Is_Next_Block_Bomb) then

move  Down

move  Down

end if

end-while

Explanation:

Similar questions