代码中我不确定的部分是用来查找最近密钥的while循环--但是任何帮助优化代码的方法都将不胜感激。to snippets lib or create a new collection type that supports this feature return thisList.Values[index];我使用的
print(treeMap.keys()[-1]) # get the highest key in the sorted dictionary, should be 3
我知道SortedDict中的大多数操作都是对于普通字典,d.keys()在python3..is d.keys()-1O(1)中也是O(1)吗?当我需要访问最后一个元素时,它是log(n),还是sorteddict或O(n)?