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.