COMP 211: Computer Science 1
Sections 1 and 2, Fall 2023
Home
Schedule
Policies
Resources
Lab 4: Multi-file C programs and search
Handouts:
lab4.pdf
compiling.pdf
Code:
Multi-file linear search program
driver.c
tests.c
linsearch.c
linsearch.h
comp211.h
Makefile
Examples of correct and incorrect implementations of binary search
binsearch_examples.c
Binary search and assertions to check correctness
binsearch_assert.c