You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a program called bsearch that takes as input a key and a CSV file sorted by the first column, and outputs the lines with a first column matching the key.
Implement a program called bsearch that takes as input a key and a CSV file sorted by the first column,
and outputs the lines with a first column matching the key.
Example usage:
% bsearch --key test input.csv > output.csv
About
Implement a program called bsearch that takes as input a key and a CSV file sorted by the first column, and outputs the lines with a first column matching the key.