Feat/add postman sort#6665
Feat/add postman sort#6665PauLopNun wants to merge 6 commits intoTheAlgorithms:masterfrom PauLopNun:feat/add-postman-sort
Conversation
- Implements Postman Sort using gap-based insertion approach - Adaptive gap reduction with shrink factor of 1.3 - Includes comprehensive test suite extending SortingAlgorithmTest
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6665 +/- ##
=========================================
Coverage 76.60% 76.61%
- Complexity 6026 6034 +8
=========================================
Files 719 720 +1
Lines 20326 20348 +22
Branches 3937 3942 +5
=========================================
+ Hits 15571 15589 +18
- Misses 4164 4165 +1
- Partials 591 594 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
- Clean up unnecessary Arrays import - Keep implementation focused and minimal
|
@PauLopNun As a result, the name
Nevertheless, this PR cannot be merged, because the implementation does not match the algorithm name or description. |
clang-format -i --style=file path/to/your/file.java