diff --git a/guide/english/computer-science/data-structures/index.md b/guide/english/computer-science/data-structures/index.md index 9d232dc9cb..572a24b821 100644 --- a/guide/english/computer-science/data-structures/index.md +++ b/guide/english/computer-science/data-structures/index.md @@ -10,7 +10,7 @@ Data Structure is a way of collecting and organising data in such a way that we In simple language, Data Structures are structures programmed to store ordered data, so that various operations can be performed on it easily. It represents the knowledge of data to be organized in memory. It should be designed and implemented in such a way that it reduces the complexity and increases the effieciency. -In Computer memory i.e RAM, different data structures are created like stack, queue, linklist, heaps, etc according to the requirement of the program so to use the memory efficiently. +In Computer memory i.e RAM, different data structures are created like stack, queue, linked list, heaps, etc according to the requirement of the program so as to use the memory efficiently. #### More Information: @@ -18,4 +18,4 @@ In Computer memory i.e RAM, different data structures are created like stack, qu * [Data Structures](http://www.studytonight.com/data-structures/introduction-to-data-structures) * [Geek for Geek](http://www.geeksforgeeks.org/data-structures/) * [Tutorials Point](https://www.tutorialspoint.com/data_structures_algorithms/data_structure_overview.htm) -* [Data Structures](http://www.studytonight.com/data-structures/introduction-to-data-structures) \ No newline at end of file +* [Data Structures](http://www.studytonight.com/data-structures/introduction-to-data-structures)