isLouisHsu / isLouisHsu/isLouisHsu.github.io

【数据结构】竞赛树 | LOUIS' BLOG

Open
#60 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

6ddc69ac0b9e74db427d9f5b8443bc37 Gitalk
Dominant language
HTML
Stars
4
Forks
1
PR merge metrics
No merged PRs in 30d

Description

https://louishsu.xyz/2020/03/06/%E3%80%90%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84%E3%80%91%E7%AB%9E%E8%B5%9B%E6%A0%91/

定义及概念定义:竞赛树(tournament tree)也是完全二叉树,它的基本操作是替换最大(或最小)元素。如果有$n$个元素,这个基本操作的用时为$\Theta(\log n)$。 竞赛树可分为赢者树(winner tree)和输者树(loser tree),每个内部节点分别记录比赛的赢者和输者。在最小赢者树(min winner tree)中,分数小的选手获胜,分数相等则左孩子获胜,最大赢者

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the linked tournament-tree article and inspect how blog content is organized in the repository. The issue names no target file, test, or specific change, so confirm the intended scope with the maintainer; completion should be judged by whether the requested tournament-tree material is published in the expected blog format.

Written by the indexing model from the issue text.

Assessment

Domain
content, documentation
Issue type
Documentation
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.