Skip to content

Data Structures Documentation by Kunal Khairnar

Hey Folks 👋

I'm Kunal Khairnar, Computer Engineering Student at Government Polytechnic Pune 🏫.

I'm a C/C++, Java,JavaScript and Python learner and Developer 💻.

I'm also a Competitive Programmer 🏆.

I'm also a Web Developer 🌐.

I'm also a Data Structures and Algorithms Enthusiast 📚.

I'm also a Open Source Contributor.


Data Structures 💻

Data structures are a way of organizing data in such a way that we can perform operations on these data in an effective way. Data structures are used to store collection of data, the relationship among them, and the functions or operations that can be applied to the data.

Types of Data Structures ℹ

There are two types of data structures:

  • Linear Data Structures

  • Non-Linear Data Structures