Skip to content

Commit

Permalink
update algorithm course URL
Browse files Browse the repository at this point in the history
  • Loading branch information
billryan committed Jan 17, 2016
1 parent a0f4ae1 commit 68fa087
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zh-hans/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ Slack 的自助邀请注册功能已启用,访问 <http://slackin4ds-algo.hero

## 在线OJ及部分题解

- [数据结构与算法 - 实验楼](https://www.shiyanlou.com/courses/484) - 本书的同步练习平台。
- [LeetCode Online Judge](https://leetcode.com/) - 找工作方面非常出名的一个OJ,每道题都有 discuss 页面,可以看别人分享的代码和讨论,很有参考价值,相应的题解非常多。~~不过在线代码编辑框不太好用,写着写着框就拉下来了~~,最近没有这个问题了,评测速度通常比 lintcode 快很多,而且做完后可以看自己代码的运行时间分布,首推此 OJ 刷面试相关的题。
- [LintCode](http://www.lintcode.com) - 和leetcode类似的在线OJ,但是筛选和写代码时比较方便,左边为题目,右边为代码框。还可以在`source`处选择 CC150 或者其他来源的题。会根据系统locale选择中文或者英文,可以拿此 OJ 辅助 leetcode 进行练习。
- [hihoCoder](http://hihocoder.com/) - 非常不错的一个 OJ,每周都会推出一个专题供你学习,都是干货。
Expand Down

0 comments on commit 68fa087

Please sign in to comment.