The document outlines a class assignment focused on searching and sorting algorithms. It includes questions on the differences between linear and binary search, Python implementations for binary search and sorting algorithms, and an analysis of time complexities for bubble sort and quick sort. Additionally, it requires a program to merge two sorted arrays without built-in functions.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
5 views
Assignment 3
The document outlines a class assignment focused on searching and sorting algorithms. It includes questions on the differences between linear and binary search, Python implementations for binary search and sorting algorithms, and an analysis of time complexities for bubble sort and quick sort. Additionally, it requires a program to merge two sorted arrays without built-in functions.