diff --git a/content/roadmaps/110-java/content/100-java-fundamentals/104-datastructures.md b/content/roadmaps/110-java/content/100-java-fundamentals/104-datastructures.md index 7e31f0492..5bcec5baa 100644 --- a/content/roadmaps/110-java/content/100-java-fundamentals/104-datastructures.md +++ b/content/roadmaps/110-java/content/100-java-fundamentals/104-datastructures.md @@ -1 +1,8 @@ -# Datastructures \ No newline at end of file +# Datastructures + +As the name indicates itself, a **Data Structure** is a way of organizing the data in the **memory** so that it can be used efficiently. Some common data structures are array, linked list, stack, hashtable, queue, tree, heap, and graph. + +Free Content +What are Data Structures? + Data Structures and Algorithms +Data Structures and Algorithms