34 lines
591 B
JSON
34 lines
591 B
JSON
{
|
|
"authors": [
|
|
"shybyte"
|
|
],
|
|
"contributors": [
|
|
"Cohen-Carlisle",
|
|
"coriolinus",
|
|
"cwhakes",
|
|
"efx",
|
|
"ErikSchierboom",
|
|
"lutostag",
|
|
"nfiles",
|
|
"petertseng",
|
|
"rofrol",
|
|
"stringparser",
|
|
"xakon",
|
|
"ZapAnton"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"src/lib.rs",
|
|
"Cargo.toml"
|
|
],
|
|
"test": [
|
|
"tests/binary-search.rs"
|
|
],
|
|
"example": [
|
|
".meta/example.rs"
|
|
]
|
|
},
|
|
"blurb": "Implement a binary search algorithm.",
|
|
"source": "Wikipedia",
|
|
"source_url": "https://en.wikipedia.org/wiki/Binary_search_algorithm"
|
|
}
|