每周完成一个ARTS: 每周至少做一个 leetcode 的算法题、阅读并点评至少一篇英文技术文章、学习至少一个技术技巧、分享一篇有观点和思考的技术文章。(也就是 Algorithm、Review、Tip、Share 简称ARTS)
1.Algorithm
Two Sum
Given an array of integers, return indices of the two numbers such that they add up to a specific target.
You may assume that each input would have exactly one solution, and you may not use the same element twice.
Example:
|
|
|
|
2.Review
可以翻译,锻炼自己的阅读和英语能力。
英文文章可以去自己想要学习的技术官网获取,或者自己喜欢的公司 blog
Using sk-learn to analyze SQL Injection
[原创翻译] 使用机器学习方法分析SQL注入
https://www.t00ls.net/thread-50411-1-1.html
3.Tip
生活技巧,学习技巧、工具
Tex & Markdown
如何在Markdown中插入数学公式
Markdown支持Tex语法插入数学公式
- 行内公式
$ ... $
- 行间公式
$$ ... $$
常用Command:
|
|
更多:
http://docs.mathjax.org/en/latest/tex.html#supported-latex-commands