Computer Science 385
Design and Analysis of Algorithms
Spring 2026, Siena University
Lecture 8: Brute-Force Algorithms
Date: Friday, February 6, 2026
Agenda
- Announcements
- Lab 2: METAL Data and Analysis status
- Problem Set 2: [PDF] out
- Wrapping up the Analysis Practice handout
- Brute-force algorithms
- sorting: bubble sort and selection sort
- sequential search
- string matching
Terminology
- brute-force algorithms
- sorting
- bubble sort
- selection sort
- string matching, pattern/substring, test
Links