CSSE 230: Session Notes - Day 23
Topics
- Evaluation of sorted datastrucures with hashtables and linked lists.
- Minimum spanning tree (MST) of a graph
- Prim's algorithm to find an MST
- Kruskal's algorithm to find an MST
Outline
- [5 min] Contact before work
- [10 min] Evaluation of sorted datastrucures with hashtables and
linked lists.
- [5 min] Spanning tree
- [10 min] Minimum spanning tree
- [10 min] Prim's algorithm for finding an MST
- [10 min] Kruskal's algorithm for finding an MST
- [10 min] Discusson of pair project
- [10 min] Introduction to prompt engineering and my experience with
it when developing solutions to the programming assignments for this
course.
- [balance of time] Work on pair project.
Resources