Skip to content

Comments

Implement heapsort#3

Merged
maxicot merged 1 commit intomasterfrom
heapsort
Oct 25, 2025
Merged

Implement heapsort#3
maxicot merged 1 commit intomasterfrom
heapsort

Conversation

@maxicot
Copy link
Owner

@maxicot maxicot commented Oct 17, 2025

  • Add a recursive heapsort implementation
  • Add tests for the heapsort implementation

@maxicot maxicot requested a review from KubEF October 17, 2025 17:35
Comment on lines +17 to +19
@given(st.lists(st.integers(), max_size=100))
def test_property(arr):
assert heapsort(arr) == sorted(arr)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Прикольно

@maxicot maxicot merged commit 22f670c into master Oct 25, 2025
1 check passed
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