Skip to content

Commit bd30aac

Browse files
committed
Updated README
1 parent faafc5f commit bd30aac

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ Miscellaneous concepts and topics that I haven't covered, but don't really fit i
1717

1818
## Data Structures
1919

20-
Teach existing JavaScript data structures such as arrays, sets, and maps. Also teach how to implement other common data
21-
structures/algorithms such as stacks, linked lists, trees, graphs, etc...
20+
A data structure is a particular way of organizing data in a computer so that it can be used efficiently. Course will
21+
cover existing JavaScript data structures such as arrays, sets, and maps. Topics also include how to implement other
22+
common data structures/algorithms such as stacks, linked lists, trees, graphs, etc...
2223

2324
- arrays
2425
- joining multiple arrays

0 commit comments

Comments
 (0)