8000 Comparing OI-wiki:master...ahbji:master · OI-wiki/OI-wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: OI-wiki/OI-wiki
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ahbji/OI-wiki
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Aug 9, 2023

  1. 修正 rbtree.md,插入后的平衡维护有错误

    case 6 : 若 N 为左子节点则左旋祖父节点 G,否则右旋祖父节点 G.
    应该为"若 N 为左子节点则右旋祖父节点 G,否则左旋祖父节点 G."
    ahbji authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    e451435 View commit details
    Browse the repository at this point in the history
  2. 修正 rbtree.md 删除操作 case 1 描述有误

    若待删除节点 N 既有左子节点又有右子节点,则需找到它的前驱或后继节点进行替换(仅替换数据,不改变节点颜色和内部引用关系),则后续操作中只需要将后继节点删除即可。
    这里”将后继节点删除即可“叙述有误,应该为"将节点 N 删除即可"
    ahbji authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    75fb00f View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    2e5cd22 View commit details
    Browse the repository at this point in the history
Loading
0