You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Example of the problem
References/Other comments
The text was updated successfully, but these errors were encountered:
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 codeQueue
is used. A fix is needed in the documentation and it should be mentioned thatQueue
is used instead ofStack
.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.
Example of the problem
References/Other comments
The text was updated successfully, but these errors were encountered: