what is the difference between arrays and linked list?

  1. Array is fixed length and Array is a simple sequence of numbers which are not concerned about each-others positions but linked list is variable length
  2. In array values are accessing easy but linked list is some time taken process because search either forward or backward
  3. In array updating operations are time taken comparing with linked list
  4. Array is not grow-able and linked list is grow-able
Tagged . Bookmark the permalink.

Leave a Reply