issues
search
geohot
/
mergesorts
mergesort in many languages
263
stars
88
forks
source link
reformatted mergesort.java
#105
Open
junwang0510
opened
2 years ago
junwang0510
commented
2 years ago
Changes:
Utilized ternary operator to make the code more concise
Changed the condition check at the beginning to include the case when the input array is empty
Changes: