From cc434639d0da87d6b57201eb09ba9412561a188b Mon Sep 17 00:00:00 2001 From: Dennis Braun <36695828+L0MiN@users.noreply.github.com> Date: Tue, 6 Nov 2018 08:05:51 +0100 Subject: [PATCH] fixed a typo (#21817) * fixed a typo * Fix subheading level --- guide/english/computer-science/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/guide/english/computer-science/index.md b/guide/english/computer-science/index.md index effdb51781..a45030da70 100644 --- a/guide/english/computer-science/index.md +++ b/guide/english/computer-science/index.md @@ -37,7 +37,9 @@ Computer science is categorized into several fields. The following are among the - Abstract Data Structures - Algorithm: Space Complexity & Time Complexity -## More Information + +#### 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.