Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
krahets authored Dec 7, 2022
1 parent 342d00e commit c20cfe5
Showing 1 changed file with 9 additions and 15 deletions.
24 changes: 9 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,6 @@
- 代码导向,提供精简、可运行的算法代码;
- 讨论学习,提问一般能在三日内得到回复;

我们正在加速更新本书,期待您来[一起参与创作](https://www.hello-algo.com/chapter_preface/contribution/),以帮助其他读者获取更优质的学习内容:

- 如果发现笔误、无效链接、内容缺失、文字歧义、解释不清晰等问题,烦请您帮忙修正;
- 欢迎您通过提交 Pull Request 来增添新内容,包括重写章节、新增章节、翻译代码至不同语言等;

> 有任何问题请与我联系 WeChat: krahets-jyd
如果感觉本书对你有所帮助,请点个 Star :star: 支持一下,谢谢!

## 推荐语
Expand All @@ -54,21 +47,22 @@
>
> **—— 邓俊辉,清华大学计算机系教授**
## 致谢
## 贡献

我们正在加速更新本书,期待您来[一起参与创作](https://www.hello-algo.com/chapter_preface/contribution/),以帮助其他读者获取更优质的学习内容:

- 如果发现笔误、无效链接、内容缺失、文字歧义、解释不清晰等问题,烦请您帮忙修正;
- [代码翻译](https://github.com/krahets/hello-algo/issues/15) C++, Python, Go, JavaScript, TypeScript 正在进行中,期望您前来挑大梁;
- 欢迎您通过提交 Pull Request 来增添新内容,包括重写章节、新增章节等;

> 有任何问题请与我联系 WeChat: krahets-jyd
感谢本开源书的每一位撰稿人,是他们的无私奉献让这本书变得更好,他们是:

<a href="https://github.com/krahets/hello-algo/graphs/contributors">
<img src="https://contrib.rocks/image?repo=krahets/hello-algo" />
</a>

## To-Dos

- [x] [代码翻译](https://github.com/krahets/hello-algo/issues/15):Java, C++, Python, Go, JavaScript 正在进行中,其他语言请求大佬挑大梁
- [ ] 数据结构:散列表、堆(优先队列)、图
- [ ] 算法:搜索与回溯、选择 / 堆排序、动态规划、贪心、分治


## License

The texts, codes, images, photos, and videos in this repository are licensed under [CC BY-NC-SA-4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/).

0 comments on commit c20cfe5

Please sign in to comment.