Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 320 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 320 Bytes

An algorithm for a day(JavaScript,python)

  1. Bubble Sort 冒泡排序
  2. Array removed duplicates 数组去重
  3. deep copy 深拷贝
  4. Selction Sort 选择排序
  5. Insertion Sort插入排序
  6. Shell Sort希尔排序
  7. Quick Sort 快速排序
  8. Merge Sort归并排序
  9. Heap Sort堆排序
  10. 基数排序