Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

restore mistakenly deleted merge_sort.py and test_merge_sort.py #51

Merged
merged 1 commit into from
Jan 12, 2025

Conversation

oleksandr-maksymikhin
Copy link

With this Pull request I restore mistakenly deleted files:
• merge_sort.py
• test_merge_sort.py
Originally, my solution for “merge sorting algorithm” was merged into the main branch with PR “Merge sort #27”.
Mistakenly, when merging PR “Ascending order #38” colleagues deleted my solution for “merge sorting algorithm” from the main branch.
This PR only restores deleted files (from the PR “Merge sort #27”) without any modifications to algorithm functions and tests.
For assessment, please refer to the PR “Merge sort #27” because code development and review contains in the PR #27.

restore mistakenly deleted merge_sort.py and test_merge_sort.py
@oleksandr-maksymikhin oleksandr-maksymikhin added the code challenge challenge for CDS program label Jan 12, 2025
@oleksandr-maksymikhin oleksandr-maksymikhin self-assigned this Jan 12, 2025
@emrebiyik emrebiyik self-requested a review January 12, 2025 18:41
@emrebiyik
Copy link

As seen in the link (PR #27), the merge_sort file, which was created last week and merged after review 4 days ago, was accidentally deleted. I am now re-approving it to restore the file. All my reviews and our processes regarding the document can be found in the link above.

Thanks, Oleksandr!

Copy link

@emrebiyik emrebiyik left a comment

Choose a reason for hiding this comment

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

Thanks for collaborating!

@emrebiyik emrebiyik merged commit 2f6b283 into main Jan 12, 2025
8 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code challenge challenge for CDS program
Projects
Development

Successfully merging this pull request may close these issues.

2 participants