Data Structures

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

Visit the following resources to learn more: