FaSe22 / phpalgorithms

learning basics...
1 stars 0 forks source link

Mergesort #7

Closed dimitrijjedich closed 11 months ago

dimitrijjedich commented 1 year ago

This PR extends the project by the merge sort algorithm. The algorithm does the workies like this: The array is split recursive into smaller and smaller parts until broken down to one or no element arrays. This arrays then are merged by itterating over both arrays and placing them in the result array according to the sorting order. The resulting (now bigger array) is then passed up the recursive chain and the process repeated, until the first layer of recursion is reached and the final merge resturns the now sorted array.

sonarcloud[bot] commented 1 year ago

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 7 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint