What exactly are data structures? To most outside the profession
in computer science or engineering and some field of biology, a solid knowledge
of what data structures are is rare to find. That's why it can be a great
benefit to have a broad understanding of the concept, what it entails, and why
it is relevant in today's age.
Simply put, data structures are systems or methods of data organization in computers in such a way as to make that data easy to access and be stored efficiently.
For large companies that deal with extremely large amounts of data as well as sensitive and private data, we can see that the ways in which data is stored becomes a very valued area of development and interest for them. For financial institutions private customer data like account information, credit card numbers, and records must be managed efficiently and safely.
Data structures are based on a very basic principle or stored at specific addresses in the computer and accessible data in the forms of integers or strings, that is letters, through RAM or a computer's capacity to handle data. That data is then manipulated by a set of written procedures in order for the user to achieve their desired objective.

