Efficient Data Structures

  • Thread starter Thread starter Curious
  • Start date Start date
Brian said:
You can use the SortedList, but it is horribly inefficient on inserts
and deletes since it uses O(n log n) implementations.

Correction. It's O(n) according to the documentation.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top