We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e7e7cc commit fe3eb94Copy full SHA for fe3eb94
README.md
@@ -2,4 +2,10 @@
2
之前的算法和数据结构基本都是用Swift写的,现在尝试用Python实现一些简单的算法和数据结构。
3
4
## update 20160704
5
-准备加入[《剑指offer》](https://www.amazon.cn/%E5%9B%BE%E4%B9%A6/dp/B00L5LKMVU?ie=UTF8&*Version*=1&*entries*=0)的习题python实现,以及机器学习过程中的一些算法
+准备加入[《剑指offer》](https://www.amazon.cn/%E5%9B%BE%E4%B9%A6/dp/B00L5LKMVU?ie=UTF8&*Version*=1&*entries*=0)的习题python实现,以及机器学习过程中的一些算法
6
+
7
+|------|-----|
8
+|字符|匹配|
9
+|------|------|
10
+|.|匹配任意字符(除了\n)|
11
+|-----|-------|
0 commit comments