We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
No description provided.
The text was updated successfully, but these errors were encountered:
查询效率高,新增和修改需要移动元素效率低,内存分配是连续的内存,扩容需要重新分配内存。
新增和修改效率高,只需要修改指针指向就好。链表查询效率低,需要从链表头依次查找。 内存分配不需要连续的内存,占用连续内存少。
Sorry, something went wrong.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: