Activity Card - Implement Sorting Algorithms
Implement Sorting Algorithms
Objective: Students will implement and test sorting algorithms on lists.
Instructions:
- Provide unsorted lists of numbers or strings.
- Students implement sorting algorithms (e.g., selection sort, bubble sort).
- Test the algorithms with different inputs and compare performance.
Materials:
- Unsorted list examples
- Algorithm implementation guidelines
Assessment:
- Correctness of implemented algorithms
- Understanding of algorithm performance