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? 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
数组和列表的主要区别似乎是元素是否“均匀分布”?不大明白含义,可否举例说明?
The text was updated successfully, but these errors were encountered:
列表是链表实现,不能支持随机访问,这也就是所谓的“非均匀分布”
Sorry, something went wrong.
感觉”支持随机访问“比”均匀分布“一词用的更多见吧?
好的,感谢指出,我们会在后面修订中改进
No branches or pull requests
数组和列表的主要区别似乎是元素是否“均匀分布”?不大明白含义,可否举例说明?
The text was updated successfully, but these errors were encountered: