当我解决这个LeetCode问题时,我遇到了一个问题.虽然我的解决方案已被系统接受,但在线搜索以下问题后我仍然不知道: What is the time complexity of dict.keys() operation?它是否返回键的视图或键的真实列表(存储在内存中)?
What is the time complexity of dict.keys() operation?
python
python ×1