diff --git a/content/roadmaps/116-aspnet-core/content/101-general-development-skills/104-datastructures-and-algorithms.md b/content/roadmaps/116-aspnet-core/content/101-general-development-skills/104-datastructures-and-algorithms.md index 5b251c85d..10a8fdfa8 100644 --- a/content/roadmaps/116-aspnet-core/content/101-general-development-skills/104-datastructures-and-algorithms.md +++ b/content/roadmaps/116-aspnet-core/content/101-general-development-skills/104-datastructures-and-algorithms.md @@ -1 +1,10 @@ -# Datastructures and algorithms \ No newline at end of file +# 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. + +Free Content +What are Data Structures? + Data Structures and Algorithms +Data Structures Illustrated +C# resources +Interview Questions about Data Structures