From fc4ae129b4bb7a6b09cfb9b15a57b407f9d52143 Mon Sep 17 00:00:00 2001 From: Shaurya Shubham Date: Sat, 7 Jul 2018 07:58:11 +0530 Subject: [PATCH] Put content in Data Structures stub --- .../coding-interview-prep/data-structures/index.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/learn/src/introductions/coding-interview-prep/data-structures/index.md b/packages/learn/src/introductions/coding-interview-prep/data-structures/index.md index 9b94eecb26..ce9ce3e033 100644 --- a/packages/learn/src/introductions/coding-interview-prep/data-structures/index.md +++ b/packages/learn/src/introductions/coding-interview-prep/data-structures/index.md @@ -5,6 +5,4 @@ superBlock: Coding Interview Prep --- ## Introduction to the Coding Interview Data Structure Questions -This introduction is a stub - -Help us make it real on [GitHub](https://github.com/freeCodeCamp/learn/tree/master/src/introductions). \ No newline at end of file +These excercises are meant to help you deal with large or complex data by using many different data types other than your standard objects or arrays.