Skip to content

Commit eac2d92

Browse files
committed
Lecture: 2022-03-03
1 parent bfd5f44 commit eac2d92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Data Structures and Algorithms in Java
22

3-
This is an advanced programming course in computer science that teaches how to design efficient structures and algorithms to process big data and methods to benchmark their performance for large-scale computing.
3+
This is an advanced programming course in Computer Science that teaches how to design efficient structures and algorithms to process big data and methods to benchmark their performance for large-scale computing.
44
Topics cover data structures such as _priority queues_, _binary trees_, _tries_, and _graphs_ as well as their applications in the construction of effective algorithms such as _sorting_, _searching_, _balancing_, _traversing_, and _spanning_.
55
Advanced topics such as _network flow_ and _dynamic programming_ are also discussed.
66
Throughout this course, students are expected to

docs/schedule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
| 02/22 | [4. Binary Search Trees](https://emory.zoom.us/rec/share/28yQmpioR2Vht_iRZ53_TDLZkN1IBYpEr9yyauRNyMRGDg_YtP0fH2vicMNKnWo.hYvrvs9xNWPduaPw) | | |
1818
| 02/24 | [4. Binary Search Trees](https://emory.zoom.us/rec/share/qo6VOYykwBlQhIwlZGrmtb1YnD5wqZJeqynvZk1-4HqVLHTREVUIHfxIFqYEo7RN.x3Ldt5D76VGNc_8v) | | [Quiz 4](https://canvas.emory.edu/courses/97976/assignments/554964) |
1919
| 03/01 | 5. Tries | [book](https://emory.gitbook.io/dsa-java/tries), [main](../src/main/java/edu/emory/cs/trie), [test](../src/test/java/edu/emory/cs/trie) | |
20-
| 03/03 | 5. Tries | | [HW 2](https://canvas.emory.edu/courses/97976/assignments/554958) |
20+
| 03/03 | [5. Tries](https://emory.zoom.us/rec/share/XymqV93UCxXognPzlET7IajZuWVBqaOlaYt5eo8qpQNaR_D11efYYDbjkk_AVj4.2GFuGYtDG-6Nzrcy) | | [HW 2](https://canvas.emory.edu/courses/97976/assignments/554958) |
2121
| 03/08 | **Spring Break** | | |
2222
| 03/10 | **Spring Break** | | [Quiz 5](https://canvas.emory.edu/courses/97976/assignments/554965) |
2323
| 03/15 | 6. Disjoint Sets | [book](https://emory.gitbook.io/dsa-java/disjoint-sets), [main](../src/main/java/edu/emory/cs/set) | |

0 commit comments

Comments
 (0)