0148_sort-list

command
v0.0.0-...-60194e6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 9, 2020 License: Unlicense Imports: 0 Imported by: 0

README

0148_sort-list

Merge sort. 归并排序, 本质是分治.

  1. 用快慢指针来分割list. 递归合并.
  2. 遍历分割/合并, 长度2->4->8....

这里用的第一种方法.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL