Closed
Description
Description of the problem
There are some places in the documentation where it is said that Stack
to implement iterative version of recursive algorithms but in the code Queue
is used. A fix is needed in the documentation and it should be mentioned that Queue
is used instead of Stack
.
The task is to search the entire documentation(which is not too large at the time of the creation of this issue) and correct it. No change in code is required.