Shell Regular Expression

08/31/2016 Shell Regular Expression Linux Unix

在Unix系统的使用中经常会进行文本处理,不可变避免的会经常使用正则表达式,但在Unix里实际上有两种正则表达式——BRE(Basic Regular Expression)和ERE(Extended Regular Expression)。

Read More

Extending Python with C or C++ (1) | Hello, Wolrd!

07/21/2016 Python Programming Python C

Python最为当今最流行的脚本语言之一,一方面轮子众多,用起来非常酸爽;另一方面,它被称为胶水语言,可以和C,C++,Java等语言进行混合编程,本文简单介绍了如何使用C给Python写一个Hello,Word扩展。

Read More

LeetCode Tags

07/16/2016 题解合集 Algorithm LeetCode OJ

LeetCode 题解标签分类页

Read More

LeetCode Solutions

05/27/2016 题解合集 Algorithm LeetCode OJ

I have amost solved all the free preblems. It's an index for all probelems, and I'll update some new solutions timely

Read More

微软2016校园招聘4月在线笔试题

04/08/2016 题解合集 校园招聘 Microsoft 微软在线笔试 Hihocoder 数据结构 算法

微软2016校园招聘4月在线笔试题,全部四题,全部提交通过了

Read More

Hihocoder 1288 Font Size

04/07/2016 题解 OJ 校园招聘 Microsoft 微软在线笔试 Hihocoder Binary Search

2016年微软校园招聘在线笔试第一题,简单的二分搜索题

Read More

Hihocoder 1291 Buiding in Sandbox

04/07/2016 题解 OJ 校园招聘 Microsoft 微软在线笔试 Hihocoder BFS

2016年微软校园招聘在线笔试第四题,用BFS就可解,不过要变通下

Read More

Hihocoder 1290 Demo Day

04/07/2016 题解 OJ 校园招聘 Microsoft 微软在线笔试 Hihocoder DP SPFA

2016年微软校园招聘在线笔试第一题,使用DP或者SPFA均可解

Read More