Update index.md (#26797)

Cleaned up some markdown and grammar.
pull/33405/head^2
xAtlasIX 2019-01-15 13:57:01 +10:30 committed by Manish Giri
parent 93ccb0d926
commit d7a482ae3c
1 changed files with 2 additions and 2 deletions

View File

@ -37,10 +37,10 @@ Computer science is categorized into several fields. The following are among the
- Abstract Data Structures
- Algorithm: Space Complexity & Time Complexity
#### 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.
* [CS50](https://cs50.harvard.edu) : A free, introduction to computer science, taught by David J. Malan and staff at Harvard & Yale Universities.
* [Data Structure](https://en.wikipedia.org/wiki/Data_structure)