leetcode资料整理

注:借鉴了 http://m.blog.csdn.net/blog/lsg32/18712353

在Github上提供leetcode有:

1、https://github.com/soulmachine/leetcode 

https://github.com/soulmachine/leetcode/tree/master

(LeetCode题解(C++版).pdf 可下载)

2、https://github.com/soulmachine/acm-cheat-sheet (手写代码必备手册(C++版).pdf可下载)

3、https://github.com/iphkwan/leetcode 

4、https://github.com/fanfank/leetcode  

5、https://github.com/AnnieKim/LeetCode

6、https://github.com/missjing/leetcode 

7、https://github.com/zwxxx/LeetCode 

其实光在http://leetcode.com/onlinejudge上,就基本能解决几乎所有在leetcode遇到的问题的。不过多方借鉴比较总结,收获会更多!

享刷题感受的博客地址:

1、http://blog.csdn.net/fanfank/article/details/17245649 

2、http://cuijing.org/interview/pat-jobdu-and-leetcode.html 

3、http://blog.sina.com.cn/s/blog_b9285de20101gy3r.html 

4、http://www.cnblogs.com/moondark/p/3402936.html 

补:http://bbs.byr.cn/#!article/ACM_ICPC/11777  (归纳ACM的OJ的一些题)

一些程序大赛的情况

0 九度OJ

Greplin programming challenge

2  http://projecteuler.net/

3 http://acm.hdu.edu.cn/showproblem.php?pid=3068(杭州电子科技大学的ACM)

4 codeforces

5 topcoder

                                                     资源很丰富,mark下来好好学习!

原文地址:https://www.cnblogs.com/carsonzhu/p/4550193.html