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

Update priority_queue.md #299

Merged
merged 4 commits into from
Aug 31, 2018
Merged

Update priority_queue.md #299

merged 4 commits into from
Aug 31, 2018

Conversation

i-yyi
Copy link
Member

@i-yyi i-yyi commented Aug 31, 2018

首先,十分感谢你花时间来给 OI Wiki 开一个 Pull Request,下面是一些你可能需要知道的信息:

  • 请在 commit 的时候写比较有意义的 commit message
  • 请给 PR 起比较有意义的标题。
  • 请在 PR 之前检查一下您的 PR 是否存在以下常见问题:(确认无问题后请将选项打钩 / 填为 [x]
    • 您的 MD 代码的书写格式,包括但不限于 中文与英文之间、中文与阿拉伯数字、中文与 LaTeX 公式之间要有一个半角空格,特别地,在中文全角符号与英文、阿拉伯数字、LaTeX 公式之间,不需要半角空格。(这个可以使用自动化工具辅助,比如 https://github.com/baurine/vscode-pangu)
    • 对于 LaTeX 公式,请注意常见的问题,一定要使用 $\log$$\min$$\max$$\gcd$ 等,而非 $log$$min$$max$$gcd$。对于最小公倍数,请使用 $\operatorname{lcm}$ 而非 $lcm$,省略号请使用 $\cdots$,叉乘请使用 $\times$,点乘请使用 $\cdot$
    • 所有公式中的希腊字母等特殊符号,请不要使用输入法的插入特殊符号功能,而应该使用对应的 LaTeX 公式符号。如 phi 大多数情况下应该使用 $\varphi$ 而不是 $\phi$
    • 行间公式前后各要有一行空行。
    • 对于目录中存在公式的情况,请使用 HTML 代码而非直接插入公式以避免双倍公式的问题,请参考避免 ToC 中双倍公式的写法)。

关于文档内容的基本格式和更多内容规范,可以查阅 F.A.Q

@GekkaSaori GekkaSaori self-requested a review August 31, 2018 00:25
@Ir1d
Copy link
Member

Ir1d commented Aug 31, 2018

微调了格式:

  1. 不要使用五级标题,否则不会出现在 toc 里面,已经改成了 ##
  2. 其实不需要自己加标题,自动会加上
  3. 代码缩进导致显示起来不是很好
    image
  4. 代码中一行过长,需要滚动才能看完一行

Copy link
Collaborator

@GekkaSaori GekkaSaori left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks contributing.

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.

None yet

3 participants