mirror of
https://github.com/pichsenmeister/WienerScript.git
synced 2024-11-05 06:19:57 +00:00
Update mergesort.ws
This commit is contained in:
parent
05b0d26930
commit
e324b5ddaf
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ HACKL AMOI WOS merge(
|
|||
OIDA leftIndex WENNST MANST 0;
|
||||
OIDA rightIndex WENNST MANST 0;
|
||||
|
||||
GEMMA (leftIndex < left.length && rightIndex < right.length) {
|
||||
GEMMA (leftIndex < left.length UND ÜBRIGENS rightIndex < right.length) {
|
||||
WOS WÜSTN (left[leftIndex] < right[rightIndex]) {
|
||||
result.push(left[leftIndex++]);
|
||||
} A SCHO WUASCHT {
|
||||
|
|
Loading…
Reference in a new issue