Default
Blog
More writing
View archive →
Dijkstra's 3-way quick sort
Quick-sort is one of the greatest inventions. Most of the time, its time complexity is O(nlogn). However, when the input array contains lots of dup...

C++ Iterator
Introduction Common Iterator Wrapper Inserters IO related Common functions

Design pattern
无意中发现一个网址介绍设计模式,觉得介绍的特别清楚,而且每种模式用语言描述得比较直观。

Approach a System Design Interview
翻译自:Approach a System Design Interview

Redis python API cheatsheet
Introduction 主要的类和函数 Redis, StrictRedis Monitor Pubsub, PubSubWorkerThread Pipeline Script BitFieldOperation

Nginx server and location selection
Introduction Server Listen 匹配 Server 匹配 Location 修饰符 匹配规则 Location 之间跳转

Add custom domain for github pages
由于特殊原因,导致自己的 VPS 无法访问。

Prime related
Introduction Code Primaility test Sieve 其它

Compare in set and map
简介 实现

Compile and run STL using llvm(libcxx)
简介 编译库 编译程序
Looking for something specific? Browse every article by year, category, or topic.
Explore the archive