From 7d3219cb3075085e5e3966fe4e6fd74604693a92 Mon Sep 17 00:00:00 2001 From: JonCanales Date: Mon, 15 Oct 2018 23:21:45 -0400 Subject: [PATCH] Add text "Learn More about CS" (#18939) --- client/src/pages/guide/english/computer-science/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/pages/guide/english/computer-science/index.md b/client/src/pages/guide/english/computer-science/index.md index 1898955a01..20066eddd5 100644 --- a/client/src/pages/guide/english/computer-science/index.md +++ b/client/src/pages/guide/english/computer-science/index.md @@ -31,8 +31,8 @@ Computer science is categorized into several fields. The following are among the - Operating Systems - Database Systems -# Want to learn more? - +##More Information +* [Visualization of Data Structures](http://www.cs.usfca.edu/~galles/JavascriptVisual/Algorithms.html) * [Khan Academy](https://www.khanacademy.org/computing/computer-science) : A deep dive into algorithms, cryptography, introductory computing, and much more. * [CS50](https://cs50.harvard.edu) : A free, introduction to computer science course, taught by David J. Malan and staff at Harvard & Yale Universities. * [Visualization of Data Structures](http://www.cs.usfca.edu/~galles/JavascriptVisual/Algorithms.html)