Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mightynumnums/fdb57e520e5174e0cc8100814819ac24 to your computer and use it in GitHub Desktop.
Save Mightynumnums/fdb57e520e5174e0cc8100814819ac24 to your computer and use it in GitHub Desktop.
what is a data structure?
What is a data structure?
A data structure is a specialized format for organizing and storing data. There are many different types of data structures, such as: array, table, object, file, tree(trie), stacks, queues, linked lists... and so on. Any data structure is designed to organize data in order to suit a specific purpose so that it can be accessed and worked with in appropriate ways. In computer programming, a data structure may be selected or designed to store data for the purpose of working on it with various algorithms.We use data structures for accessing, inserting, deleting, finding and sorting the data.
@Mightynumnums
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment