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

Selection sort algorithm #67

Merged
merged 3 commits into from
Dec 28, 2023
Merged

Selection sort algorithm #67

merged 3 commits into from
Dec 28, 2023

Conversation

jciberlin
Copy link
Member

Description

  • Create new folder for sorting algorithms
  • Rename Utils_SwapElements funtion to Utils_swapElements to follow the same naming in all files
  • Implement MISRA compliant selection sort

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.

- create new folder for sorting algorithms
- move heap sort and bubble sort to the new folder
- rename Utils_SwapElements funtion to Utils_swapElements to follow the same naming in all files
- add extra test case for beforementioned function
- MISRA compliant selection sort
@jciberlin jciberlin requested a review from Igor-Misic December 26, 2023 21:04
Copy link

codecov bot commented Dec 26, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ec932eb) 99.88% compared to head (1ba940a) 99.88%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #67   +/-   ##
=======================================
  Coverage   99.88%   99.88%           
=======================================
  Files          58       59    +1     
  Lines         896      905    +9     
  Branches      182      186    +4     
=======================================
+ Hits          895      904    +9     
  Partials        1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Igor-Misic Igor-Misic merged commit b3b2fd5 into main Dec 28, 2023
@Igor-Misic Igor-Misic deleted the pr-sort-algorithms branch December 28, 2023 12:49
@Igor-Misic Igor-Misic added the enhancement New feature or request label Mar 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants