Skip to content

Conversation

@djeada
Copy link
Owner

@djeada djeada commented Sep 2, 2025

No description provided.

@djeada djeada requested a review from Copilot September 2, 2025 11:16
Copy link
Contributor

Copilot AI 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 formatting inconsistencies in the greedy algorithms documentation by standardizing mathematical notation. The changes replace backslash-escaped brackets \[ and \] with regular square brackets [ and ] throughout mathematical expressions and variable references.

  • Standardizes array notation from a\[i] to a[i]
  • Fixes mathematical expressions like \mathbb{E}\[L] to \mathbb{E}[L]
  • Corrects comparison operators from \< to <

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

@djeada djeada merged commit d561050 into master Sep 2, 2025
2 checks passed
@djeada djeada deleted the djeada-patch-1 branch September 20, 2025 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants