Visit complete Java roadmap

← Back to Topics List

Datastructures

As the name indicates itself, a Data Structure is a way of organizing the data in the memory so that it can be used efficiently. Some common data structures are array, linked list, stack, hashtable, queue, tree, heap, and graph.

  • Array allocates continuous memory for homogeneous data
  • Linked List stores data in nodes with references
  • Stack follows Last In First Out principle
  • Queue follows First In First Out principle

Visit the following resources to learn more:

Resources Community KGx AICbe YouTube

by Devansh Shukla

"AI Tamil Nadu formely known as AI Coimbatore is a close-Knit community initiative by Navaneeth with a goal to offer world-class AI education to anyone in Tamilnadu for free."