快速排序优化
(链表)http://data.biancheng.net/view/71.html
https://blog.csdn.net/weixin_45424965/article/details/109297315
# C语言版
#include <stdio.h>
# function declaration
void quick_sort_v1(int*arr,int l,i