From bd30aacb08447893a64db288b1f4b1329472800e Mon Sep 17 00:00:00 2001 From: Bucky Date: Mon, 11 Jul 2016 07:57:23 -0400 Subject: [PATCH] Updated README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1de086d..d200861 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,9 @@ Miscellaneous concepts and topics that I haven't covered, but don't really fit i ## Data Structures -Teach existing JavaScript data structures such as arrays, sets, and maps. Also teach how to implement other common data - structures/algorithms such as stacks, linked lists, trees, graphs, etc... +A data structure is a particular way of organizing data in a computer so that it can be used efficiently. Course will +cover existing JavaScript data structures such as arrays, sets, and maps. Topics also include how to implement other +common data structures/algorithms such as stacks, linked lists, trees, graphs, etc... - arrays - joining multiple arrays