Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment

今天来介绍一种常用的排序算法 — 快速排序
…如果你和我讲sort那请你忽略这篇文章…

Read more »

今天来介绍一种算法竞赛中对于问题优化的新技巧 - - 倍增

Read more »

Monotone Stack

中文名:单调栈

顾名思义,首先是一个栈,然后栈内元素都是单调递增/单调递减的序列。

Read more »

VScode 全称:Visual Studio Code

是一种代码编辑器,并不是一种IDE

以下配置都是基于Windows系统而成,对于Mac以及Linux建议参考官方文档……(其实是我不会太菜辽呜呜呜~)

作为主写C++的我 自然要对其进行一番配置 主要配置内容以及过程如下

Read more »