qsjsort

常用的排序,用于学习也可使用

Usage no npm install needed!

<script type="module">
  import qsjsort from 'https://cdn.skypack.dev/qsjsort';
</script>

README

Fn params reture remakes
bubblesSort arr: Array Array 冒泡排序
SelectionSort arr: Array Array 选择排序
InsertionSort arr: Array Array 插入排序
ShellSort arr: Array Array 希尔排序