-
Notifications
You must be signed in to change notification settings - Fork 12.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请问本书还会继续考虑增加新的内容章节吗? #1086
Comments
本书第一版的内容已稳定下来,之后会逐步添加一些新的内容,例如(仍未确定)跳表、单调栈、希尔排序、红黑树、KMP 算法、拓扑排序、LRU 缓存等。如果有感兴趣的内容,欢迎反馈! |
我建议这些都写一下,对于小白很有用⭐ |
可以增加一些调表的部分,如果能够在当前开源项目如redis,mongo等中,有实际的使用算法和数据结构的案例就更好了,有利于激发学习兴趣,而且可以提高工作的效率和认知。感谢作者,提供了这么好的一个平台! |
可以添加一部分计算机视觉以及NLP等相关的无人驾驶实战部分吗?期待作者的加更,表示感谢作者们,祝福一切都好。 |
I suggest that we can add more introductions to data structures and algorithems like: 1. Some simple and really useful data structures
2. Datastructures with optimization for concurrencyIn Leetcode and XCPC, programs run in single-thread. But, in real life, concurrency-oriented programming is also really important.
|
本书应该是只收录ACM算法
…---- 回复的原邮件 ----
| 发件人 | XIAOLIN ***@***.***> |
| 发送日期 | 2024年4月4日 20:33 |
| 收件人 | ***@***.***> |
| 抄送人 | ***@***.***>,
***@***.***> |
| 主题 | Re: [krahets/hello-algo] 请问本书还会继续考虑增加新的内容章节吗? (Issue #1086) |
可以添加一部分计算机视觉以及NLP等相关的无人驾驶实战部分吗?期待作者的加更,表示感谢作者们,祝福一切都好。
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
希望加入高精度模拟部分 |
希望加入位运算部分 |
希望加入 Trie (字典树) 结构教程。 |
Merged from #1302 by @Keyboard-Maaaan |
Merged #1342 |
Merged #1292 |
希望加入文件处理章节,并优化时间、空间复杂度解析(加入“O(log n”)等 |
Hi~ K神,红黑树相关的内容有在做呢?我写过一些关于左倾红黑树的内容,看看能不能帮忙贡献呢? https://juejin.cn/post/7308434321763876874 |
|
增加其他任何新的算法。我本人的情况是算法刚刚入门,两个月前刚刚学完了语言部分。《hello算法》是我学算法 |
如题
The text was updated successfully, but these errors were encountered: