首页 新闻 会员 周边
1
回答数

待解决问题 100 8086汇编实现快速排序debug

我是照着C语言的快排,挨行实现的。 int partition(int* Arr, int left, int right) { int pivot = Arr[left]; while (left