Skip to content

Fix BFS distance notation typo in Day 13 graph notes#39

Merged
Nullkernel merged 1 commit intomainfrom
codex/edit-distance-notation-in-day-13-graphs.md
Apr 7, 2026
Merged

Fix BFS distance notation typo in Day 13 graph notes#39
Nullkernel merged 1 commit intomainfrom
codex/edit-distance-notation-in-day-13-graphs.md

Conversation

@Nullkernel
Copy link
Copy Markdown
Owner

Motivation

  • Correct a typographical mistake in the BFS documentation where “distance kkk” was written instead of the intended level notation k to keep the notes clear and consistent.

Description

  • Updated the BFS section of Notes/Day-13-graphs.md to change “distance kkk” to “distance k” and performed a quick proofreading of the nearby BFS text for similar notation issues.

Testing

  • No runtime tests required for this documentation-only change and the update was verified with git diff -- Notes/Day-13-graphs.md and by printing the relevant lines with nl -ba Notes/Day-13-graphs.md | sed -n '18,32p', and the commit completed successfully.

Codex Task

@Nullkernel Nullkernel merged commit cf6245d into main Apr 7, 2026
1 check failed
@Nullkernel Nullkernel deleted the codex/edit-distance-notation-in-day-13-graphs.md branch April 7, 2026 06:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant