Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

docs: fix bridge count wording to "one or more" in bridge-searching-online.md#1485

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
spike1236 merged 1 commit intocp-algorithms:mainfromabanoubashraf686:patch-1
Aug 17, 2025

Conversation

@abanoubashraf686
Copy link
Contributor

The original text stated that the number of bridges decreases by “two or more,” which is incorrect in some cases.

For example, in this graph:
1-2-3-1
3-4
4-5-6-4

There is one bridge (3–4). Adding an edge between 1 and 4 removes only that single bridge.

This change updates the text to say “one or more,” which is accurate in all cases.

…nline.mdThe original text stated that the number of bridges decreases by “two or more,” which is incorrect in some cases. For example, in this graph:1-2-3-13-44-5-6-4There is one bridge (3–4). Adding an edge between 1 and 4 removes only that single bridge.This change updates the text to say “one or more,” which is accurate in all cases.
Copy link

CopilotAI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR fixes a technical inaccuracy in the documentation for bridge-searching algorithms. The documentation incorrectly stated that adding an edge to a graph decreases the number of bridges by "two or more," when it can actually decrease by just one bridge in certain cases.

  • Corrects the minimum number of bridges that can be removed when adding an edge from "two or more" to "one or more"

Tip: Customize your code reviews with copilot-instructions.md.Create the file orlearn how to get started.

@spike1236spike1236 changed the titledocs: fix bridge count wording to “one or more” in bridge-searching-online.mddocs: fix bridge count wording to "one or more" in bridge-searching-online.mdAug 17, 2025
@spike1236spike1236 merged commit2eed507 intocp-algorithms:mainAug 17, 2025
3 checks passed
github-actionsbot added a commit that referenced this pull requestAug 17, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

Copilot code reviewCopilotCopilot left review comments

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@abanoubashraf686@spike1236

[8]ページ先頭

©2009-2025 Movatter.jp