Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

二叉树的递归遍历.md 去掉 Python 版本中无用的代码;修复一处说明错误:队列出口的元素 改为 队列入口的元素. #2806

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gazeldx
Copy link
Contributor

@gazeldx gazeldx commented Oct 23, 2024

No description provided.

@@ -107,7 +107,7 @@ cd a/b/c/../../
设计单调队列的时候,pop,和push操作要保持如下规则:

1. pop(value):如果窗口移除的元素value等于单调队列的出口元素,那么队列弹出元素,否则不用任何操作
2. push(value):如果push的元素value大于入口元素的数值,那么就将队列出口的元素弹出,直到push元素的数值小于等于队列入口元素的数值为止
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

队列出口的元素 -> 队列入口的元素

@gazeldx gazeldx changed the title 二叉树的递归遍历.md 去掉 Python 版本中无用的代码 二叉树的递归遍历.md 去掉 Python 版本中无用的代码;修复一处说明错误:队列出口的元素 改为 队列入口的元素. Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant