归并排序是分而治之的典型应用。
核心思想:将数组递归得拆分到只有一个元素,此时该元素是有序的。然后利用一个临时数组将有序的两个子序列合并成一个更大的有序子序列,直到数组中的所有元素都有序。

缺失模块。
1、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
2、在根目录_config.yml里添加配置:
jsonContent:
meta: false
pages: false
posts:
title: true
date: true
path: true
text: true
raw: false
content: false
slug: false
updated: false
comments: false
link: false
permalink: false
excerpt: false
categories: false
tags: true