在上题的归并排序算法中,代码涉及到的算法有( )。
Left, Right = mergeSort(listData[:Middle]),mergeSort(listData[Middle:])
搜索算法
分治算法
贪心算法
递推算法