From 32cdfaba7c569db20993f442ba047b55b5b95640 Mon Sep 17 00:00:00 2001 From: Shaurya Shubham Date: Thu, 27 Sep 2018 16:15:38 +0530 Subject: [PATCH] Put content in Coding Interview Prep Algorithms intro stub (#226) * Put content in Coding Interview Prep Algorithms intro stub * Make tiny correction --- .../coding-interview-prep/algorithms/index.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/packages/learn/src/introductions/coding-interview-prep/algorithms/index.md b/packages/learn/src/introductions/coding-interview-prep/algorithms/index.md index 7994767ffd..613ec2d8f8 100644 --- a/packages/learn/src/introductions/coding-interview-prep/algorithms/index.md +++ b/packages/learn/src/introductions/coding-interview-prep/algorithms/index.md @@ -3,8 +3,7 @@ title: Introduction to the Coding Interview Algorithms block: Algorithms superBlock: Coding Interview Prep --- -## Introduction to the Coding Interview Algorithms +## Introduction to the Coding Interview Prep Algorithms +These challenges are meant to teach and challenge you with common algorithms that you will encounter in real life. Hopefully, these challenges will be a great learning experience and your programming and logical skills will improve. -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 +Improve this on [GitHub](https://github.com/freeCodeCamp/learn/tree/master/src/introductions/coding-interview-prep/algorithms/index.md).