注册一亩三分地论坛,查看更多干货!
您需要 登录 才可以下载或查看附件。没有帐号?注册账号
x
本帖最后由 fishercoder 于 2017-10-18 01:16 编辑
在论坛上看到了这个帖子:http://www.1point3acres.com/bbs/thread-115677-1-1.html 和这个帖子: http://www.1point3acres.com/bbs/thread-97234-1-1.html
被众大神们的毅力所深深折服,于是也下定决心,每天坚持刷,现在刷了一年多一点了
To better evaluate my progress, I decided to publish my programs onto Github.
Here's my Github repo for Leetcode: https://github.com/fishercoder1534/Leetcode/
Several key features about this repo:
1. I try to maintain this repo to be as in sync with Leetcode official page possible. This includes latest problems, test case updates, etc.
2. I wrote different possible solutions in there and try to maintain detailed documentation possible to help people including myself to remember things.
3. I've written some handy utility functions, e.g. buildTree, printTree, printLinkedList, etc to help people visualize the code.
4. I force code style check to conform to Google Java code conventions. Your PR will fail the build if it does not follow.
5. I've listed out everything important related to one question: including Difficulty level, Time and Space Complexity, different possible solutions and pros and cons.
6. Continuous build with this repo, all check-ins will have to go through all unit tests and style check and ensure everything works.
7. I've broken all problems into different categories following Leetcode's idea, e.g. Algorithms, Database, Shell, etc.
8. It's IDE friendly, I write everything in Intellij, but it's also ok in Eclipse. I think this is esp. important when you need to debug something, like a DFS or a backtracking call, or a Stack issue, set up a break point and single step through your program might be the most efficient way to root cause it. After fork/clone this repo, you could fire up your IDE and run the programs happily in your local machine! Here's the screenshot:
[Looks like the images are NOT properly loaded? Can someone help me have the images displayed here please?]
Here's the two links to my images:- <a href="https://ibb.co/dOXvt6"><img src="https://thumb.ibb.co/dOXvt6/Wechat_IMG114.jpg" alt="Wechat_IMG114" border="0"></a>
复制代码- <a href="https://ibb.co/kXGS6R"><img src="https://thumb.ibb.co/kXGS6R/Wechat_IMG118.jpg" alt="Wechat_IMG118" border="0"></a>
复制代码![]()
![]()
![]()
More details please see my repo.
We're programmers, so, "talk is cheap, show me the code!" ^ ^
A little bit about me:
I graduated with an MS degree in CS in Dec.2014 from a public university (ranked #29: https://www.usnews.com/best-grad ... nce-rankings/page+2) and started working in the Bay area, I've been through one of the FLAG companies and now at a startup now.
|