DEV Community

Discussion on: What is your favourite data structure?

Collapse
 
varaprasad_gudi profile image
Gudi Varaprasad • Edited

My favorite data structure is the Array.

  • Simple, versatile, efficient and easy to implement.
  • Used in almost every computer program and provides a very easy way for manipulation of a collection of similar elements (irrespective of time complexity and algorithmic analysis).

P.S : If you are coming from a Java background, you feel DSA is quite conceptual and brilliant subject if you work with Java.