isLouisHsu / isLouisHsu/isLouisHsu.github.io

【数据结构】图 | LOUIS' BLOG

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

Nobody has claimed this yet.

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

Description

https://louishsu.xyz/2020/03/16/%E3%80%90%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84%E3%80%91%E5%9B%BE/

定义与概念定义:图(graph)是有限集$V$和$E$的有序对$G(V, E)$,其中$V$中的元素称为顶点(也称节点或点),$E$的元素称为边(也称弧或线)。每一条边连接两个不同的顶点,可以用元组$(v_i, v_j)$来表示,$v_i, v_j$表示边所连接的两个顶点;当且仅当$(v_i, v_j)$是图的边,称顶点$v_i, v_j$是邻接的(adjacent)、边$(v_i, v_j)$关

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

Open the linked blog post and inspect the surrounding issue context, since the issue body contains article content but no requested change. Confirm whether an edit, correction, or publication action is intended before identifying the relevant blog source file and defining completion.

Written by the indexing model from the issue text.

Assessment

Domain
content, documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.