gpt4 book ai didi

python - 如何在阅读元素时保持列表排序

转载 作者:塔克拉玛干 更新时间:2023-11-03 03:07:51 26 4
gpt4 key购买 nike

将元素读入列表并保持列表排序的有效方法是什么,而不是在现有排序列表中搜索新元素的位置并将其插入其中?

最佳答案

使用专门的数据结构,在 Python 中你有 bisect供您使用的模块:

This module provides support for maintaining a list in sorted order without having to sort the list after each insertion. For long lists of items with expensive comparison operations, this can be an improvement over the more common approach. The module is called bisect because it uses a basic bisection algorithm to do its work.

关于python - 如何在阅读元素时保持列表排序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17267246/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com