Skip to content

Minor style fix: Heap Implementation#237

Merged
raklaptudirm merged 1 commit into
TheAlgorithms:masterfrom
sozelfist:ref/ds/heap
Apr 12, 2024
Merged

Minor style fix: Heap Implementation#237
raklaptudirm merged 1 commit into
TheAlgorithms:masterfrom
sozelfist:ref/ds/heap

Conversation

@sozelfist

Copy link
Copy Markdown
Contributor

Changes made

  • Improved comments for clarity and correctness.
  • Used default parameter values where applicable for better readability.
  • Consistently used void return type for functions without a return value.
  • Ensured consistent use of semicolons for statement termination.
  • Made minor adjustments to ensure consistency in naming and coding style.

- Improved comments for clarity and correctness.
- Used default parameter values where applicable for better readability.
- Consistently used `void` return type for functions without a return value.
- Ensured consistent use of semicolons for statement termination.
- Made minor adjustments to ensure consistency in naming and coding style.

@appgurueu appgurueu left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Looks fine, though I would probably call this "minor style fixes" or similar rather than "refactoring": The structure of the code is left unchanged overall, this PR just fixes typos, adds trivial type annotations, uses default parameters, etc.

@sozelfist sozelfist changed the title Refactor Heap Implementation Minor style fix: Heap Implementation Apr 10, 2024
@raklaptudirm raklaptudirm merged commit e1f635a into TheAlgorithms:master Apr 12, 2024
@sozelfist sozelfist deleted the ref/ds/heap branch April 12, 2024 08:20
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.

3 participants