We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
用 C 语言实现侵入式数据结构,内核链表,红黑树,AVL树,最小堆,高性能哈希,时间轮。另外 buf 需求,链式结构不适合,实现环形缓存和页表
C 2
用 C 语言刷 Leetcode,主要是针对链表操作的强化训练。因为 C 项目非常善用链表和指针组合实现复杂的数据结构。
C 1
经典的 one loop per thread + 线程池模型编写的网络 server
C++
使用 Cpp 刷 Leetcode