- Re-invent the wheel. You should implement the most common data structures in your language of choice. Do not rely on common libraries. Implement the following and write tests for them: vector (dynamic array), linked list, stack, queue, circular queue, hash map, set, priority queue, binary search tree, etc. You should be able to implement them quickly.
数据结构目标
重构数据结构
最新推荐文章于 2023-02-24 20:00:00 发布
本文强调了在选择的编程语言中从头开始实现常见数据结构的重要性,包括动态数组、链表、堆栈、队列等,并鼓励快速掌握这些技能。
2621

被折叠的 条评论
为什么被折叠?



