Skip to content
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

Open
Yerosius opened this issue Feb 18, 2024 · 12 comments
Open

请问本书还会继续考虑增加新的内容章节吗? #1086

Yerosius opened this issue Feb 18, 2024 · 12 comments
Labels
documents documents-related

Comments

@Yerosius
Copy link

如题

@krahets
Copy link
Owner

krahets commented Feb 27, 2024

本书第一版的内容已稳定下来,之后会逐步添加一些新的内容,例如(仍未确定)单调栈、希尔排序、红黑树、KMP 算法、拓扑排序、LRU 缓存等。如果有感兴趣的内容,欢迎反馈

@LeoY2020
Copy link

本书第一版的内容已稳定下来,之后会逐步添加一些新的内容,例如(仍未确定)希尔排序、红黑树、KMP 算法、拓扑排序等。如果有感兴趣的内容,欢迎反馈

我建议这些都写一下,对于小白很有用⭐

@krahets krahets added the documents documents-related label Mar 15, 2024
@gaoxiaoen
Copy link

可以增加一些调表的部分,如果能够在当前开源项目如redis,mongo等中,有实际的使用算法和数据结构的案例就更好了,有利于激发学习兴趣,而且可以提高工作的效率和认知。感谢作者,提供了这么好的一个平台!

@xiaolinxing
Copy link

可以添加一部分计算机视觉以及NLP等相关的无人驾驶实战部分吗?期待作者的加更,表示感谢作者们,祝福一切都好。

@what-is-me
Copy link
Contributor

本书第一版的内容已稳定下来,之后会逐步添加一些新的内容,例如(仍未确定)单调栈、希尔排序、红黑树、KMP 算法、拓扑排序、LRU 缓存等。如果有感兴趣的内容,欢迎反馈

I suggest that we can add more introductions to data structures and algorithems like:

1. Some simple and really useful data structures

  • Trie
  • 并查集

2. Datastructures with optimization for concurrency

In Leetcode and XCPC, programs run in single-thread. But, in real life, concurrency-oriented programming is also really important.

  • lock free datastructures: lockfree list, lockfree queue, lockfree hashtable, etc.
  • copy-on-write datastructures: copy-on-write trie, copy-on-write b-tree (等一系列可持久化数据结构)
  • some datastructures which may not work very well with single thread, but might have performance benefits in concurrency programming: skip list
  • and other concurrency optimization, for example, latch crabbing, global-localthread cache, etc.

@Yerosius
Copy link
Author

Yerosius commented Apr 6, 2024 via email

@Yerosius
Copy link
Author

Yerosius commented Apr 7, 2024

希望加入高精度模拟部分

@ShiraishiMa1
Copy link

希望加入位运算部分

@baagod
Copy link
Contributor

baagod commented Apr 24, 2024

希望加入 Trie (字典树) 结构教程。

@krahets
Copy link
Owner

krahets commented Apr 29, 2024

希望可以补充B+树、红黑树、跳表数据结构的讲解

Merged from #1302 by @Keyboard-Maaaan

@krahets
Copy link
Owner

krahets commented May 8, 2024

图的章节里希望补充:最小生成树相关知识

Merged #1342

@krahets
Copy link
Owner

krahets commented May 15, 2024

在2.3时间复杂度中建议补充时间复杂度类型根号阶

Merged #1292

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documents documents-related
Projects
None yet
Development

No branches or pull requests

9 participants