我正在考虑打电话的表现List<T>.Indexof(item).我不确定它对于顺序算法的O(n)性能还是二叉树的O(log(n))性能?
List<T>.Indexof(item)
.net c# performance list
.net ×1
c# ×1
list ×1
performance ×1