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

Merge sort, sort algorithm description #78

Merged
merged 3 commits into from
Jan 19, 2025
Merged

Merge sort, sort algorithm description #78

merged 3 commits into from
Jan 19, 2025

Conversation

jciberlin
Copy link
Member

@jciberlin jciberlin commented Jan 19, 2025

Description

  • add time complexity info for all sort algorithm (bubble, heap, insertion and selection)
  • MISRA compliant merge sort
  • remove unneeded cppcheck-suppress: c2012-17.7 - memcpy, strcpy

Related Issues

No related issues.

Checklist

Please check off the following items by putting an "x" in the box:

  • I have read and understood the contribution guidelines.
  • I have added any necessary documentation (if appropriate).
  • I have added unit tests (if appropriate).
  • I have run make cppcheck on my code and fixed any reported issues.
  • I have run make astyle on my code and ensured that it adheres to the project's formatting guidelines.
  • Test coverage is at 100% for the modified code.

Additional Notes

No additional notes.

- add time complexity info for all sort algorithm (bubble, heap, insertion and selection)
- MISRA compliant merge sort
- c2012-17.7 - memcpy, strcpy
@jciberlin jciberlin changed the title Merge sort, sort algorithm description, ECLAIR removal Merge sort, sort algorithm description Jan 19, 2025
@Igor-Misic Igor-Misic merged commit b903c82 into main Jan 19, 2025
4 checks passed
@Igor-Misic Igor-Misic deleted the pr-merge-sort branch January 19, 2025 14:42
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