Commit 56746a7

mo khan <mo.khan@gmail.com>
2020-06-07 20:38:52
Add unit 3 study activities
1 parent 40a595d
Changed files (1)
unit
unit/03/README.md
@@ -0,0 +1,14 @@
+# Study Activities
+
+Study the following sections from Pat Morin’s textbook:
+
+1. SLList: A Singly-Linked List
+2. DLList: A Doubly-Linked List
+3. SEList: A Space-Efficient Linked List
+
+Go to Data Structure Visualizations at http://www.cs.usfca.edu/~galles/visualization/Algorithms.html, and try the following:
+
+* Stack: Linked List Implementation
+* Queues: Linked List Implementation
+* Lists: Array Implementation (available in Java version)
+* Lists: Linked List Implementation (available in Java version)