DEV Community

Discussion on: Merge Sort Explained By Trying To Become A Tennis Champion

Collapse
 
kyosifov profile image
Kaloyan Yosifov

Hello Kevin,

You return the wrong variable in the tournament function in your code example. Instead of returning result you should return rankings.

Other than that it is a great reat post on how merge sort works and how you implemented it!

Keep up the good work!

Collapse
 
kbk0125 profile image
Kevin Kononenko

Hey, did you mean to post this on my "merge sort" article? I will take a look!

Collapse
 
kyosifov profile image
Kaloyan Yosifov

Hello,

It's meant for this article on the "Setting Up The Merge Sort Algorithm" section.

Thread Thread
 
kbk0125 profile image
Kevin Kononenko

Good point, fixed