53. Tell me about properties of LinkedList?

Tell me about properties of LinkedList?

  • It uses Double LinkedList Data Structure to store elements
  • Can contain duplicate elements
  • Maintain the order of elements added
  • Asynchronous mechanisms
  • The speed of accessing elements is slower than ArrayList because it has to traverse through all the elements of linkedlist.

Leave a Reply

Your email address will not be published. Required fields are marked *