Skip to content

Reframe Day 14 notes to Dijkstra single-source shortest-path#11

Merged
Nullkernel merged 1 commit intomainfrom
codex/reframe-dijkstra-section-in-notes
Apr 5, 2026
Merged

Reframe Day 14 notes to Dijkstra single-source shortest-path#11
Nullkernel merged 1 commit intomainfrom
codex/reframe-dijkstra-section-in-notes

Conversation

@Nullkernel
Copy link
Copy Markdown
Owner

Motivation

  • The file mixed a spanning-tree heading with Dijkstra-specific content, which could mislead learners about the lesson focus.

Description

  • Renamed the top-level heading to Single-Source Shortest Path (Dijkstra's Algorithm) to match the content.
  • Replaced spanning-tree intro bullets with Dijkstra-specific context (non-negative weights, min-heap) and added a clear Problem Statement and note about negative weights.
  • Preserved the existing step images and aligned surrounding text to shortest-path terminology.
  • Changes were committed to Notes/Day-14-spanning-tree.md (commit reported 1 file changed, 13 insertions, 8 deletions).

Testing

  • Inspected the updated file with nl -ba Notes/Day-14-spanning-tree.md | sed -n '1,220p' and confirmed the new headings and content were present.
  • Ran git status --short and verified the change was staged/committed successfully (commit output indicated the file modification).

Codex Task

@Nullkernel Nullkernel merged commit 2c02dc9 into main Apr 5, 2026
1 check passed
@Nullkernel Nullkernel deleted the codex/reframe-dijkstra-section-in-notes branch April 6, 2026 06:36
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