COMP 211: Principles of Imperative Computation
Sections 1 and 2, Fall 2021
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
Last modified: 09/26/2021 18:39:09