From edf71d31c654d65af5f7aa26c8272b3e98300055 Mon Sep 17 00:00:00 2001 From: collegedude9300 Date: Thu, 17 Nov 2022 05:03:02 -0800 Subject: [PATCH] Add content for datastructures (#2950) * Update 104-datastructures-and-algorithms.md * Update content/roadmaps/116-aspnet-core/content/101-general-development-skills/104-datastructures-and-algorithms.md Co-authored-by: Kamran Ahmed --- .../104-datastructures-and-algorithms.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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