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 7178917
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T17:01:18+00:00 2026-05-28T17:01:18+00:00

Is there any difference, or are they two terms for the same thing?

  • 0

Is there any difference, or are they two terms for the same thing?

  • 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-05-28T17:01:20+00:00Added an answer on May 28, 2026 at 5:01 pm

    Although there are some similarities between arrays and lists, they are used for different purposes.

    An array is a contiguous segment of memory, and a list is just a bunch of nodes, each one has the pointers to the “next” node (and also to the “previous” node, in the case of bidirectional lists).

    Arrays efficiently – in O(1) – support random access (i.e. by arbitrary given index i), but deleting/inserting an element into an array is slow – O(n), because you have to move all elements after deleting/inserting element.
    Lists, on the other hand, do not support efficient random access (while supporting efficient consecutive traversal), but inserting and deleting is fast – O(1).

    Look at this picture: enter image description here:
    and at this link for a better explanation.

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

Sidebar

Related Questions

It seems they are two names for the same idea– is there any difference?
Is there any difference between HTML.ActionLink vs Url.Action or they are just two ways
These two terms are very diffused. How exactly do they differ? Is there any
Is there any difference between Array.Copy and CopyTo ? Are they just overloaded?
Is there any difference in these two? If so, what exactly is the difference?
Is there any difference between the below two snippets? One is a char array,
I was just wondering if there is any difference between the two different new
Is there any difference between these two declarations? int x[10]; vs. int* x =
Is there any way to find out an accurate difference between two NSDate ?
Is there any difference between int on_exit(void (*function)(int , void *), void *arg); and

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.