Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7808899
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T03:16:07+00:00 2026-06-02T03:16:07+00:00

Is the time complexity for both operations equal to O(log n)? Remeber: the list

  • 0

Is the time complexity for both operations equal to O(log n)?
Remeber: the list is ordered, always ordered, and not double linked.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T03:16:09+00:00Added an answer on June 2, 2026 at 3:16 am

    Both insertion and deletion in an ordered linked list is O(n) – since you first need to find what you want to delete/add [in deletion find the relevant node, and in insert – find the correct location of it] – which is O(n) – even if the list is ordered, because you need to get to this place while iterating from the head.

    An efficient special type of list that allows fast insertion, deletion and look up is called a skip list, and it uses more nodes to iterate quickly between non adjacent nodes

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Turing machines can consider complexity in both space (memory space on tapes) and time.
What is the time complexity of the following operations in java.util.TreeSet ? first() last()
I wonder what the time complexity of the pop method of list objects is
What is the time complexity of this nifty function 'assoc'?
What is the time complexity of accessing a column by its name in an
Find out the time complexity (Big Oh Bound) of the recurrence T(n) = T(⌊n⌋)
Could you please help me find out the time complexity of the Fleury' algorithm
Hi I want to know what is the time complexity of the replaceAll function
In C#.NET, I like using HashSets because of their supposed O(1) time complexity for
Is it possible to solve a problem of O(n!) complexity within a reasonable time

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.