[刷题] Leetcode: 从入门到放弃

Leetcode思路

http://fisherlei.blogspot.com(水中的鱼,刷题思路推荐)

Leetcode新手使用指南

https://blog.csdn.net/seabiscuityj/article/details/80730733
https://jingyan.baidu.com/article/851fbc378ff8e63e1e15ab45.html

Leetcode打卡以及心得记录

https://www.jianshu.com/p/6dc58daf1b54
https://www.jianshu.com/p/7bfbaf893a34
https://blog.csdn.net/qq_39521554/article/details/79160815
https://www.cnblogs.com/levenyes/p/5096454.html

Leetcode刷题顺序

https://www.zhihu.com/question/36738189

Leetcode的正确打开方式:

帖子汇总以及自己的总结。

  • 边写边说?
  • 时间空间复杂度以及最优?满足要求?
  • 前100必做先刷完。然后从AC率高的开始做,难度从简单到中等,先不要做困难的。
  • 直接在sublime上写代码。尽量不使用IDE。
  • 写好代码先不要提交,人工检查一下代码,比如分号是否都有写,return有没少等等。 (转载)
打卡记录

|时间|题目|类型|备注|相关解题|
|-----|-----|----|----|1|
|04.25.2019|-----|----|----|----|

----- ----- ---- ----

你可能感兴趣的:(刷题)