数据结构目标

来源:互联网 发布:阿里云售后电话号码 编辑:程序博客网 时间:2024/05/19 23:17
  1. 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.

0 0
原创粉丝点击