Skip to content

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.

Notifications You must be signed in to change notification settings

kshk123/CSV_bsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

CSV_bsearch

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages