mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-09 21:30:47 -05:00
20 lines
363 B
JSON
20 lines
363 B
JSON
|
{
|
||
|
"authors": [
|
||
|
"massivelivefun"
|
||
|
],
|
||
|
"files": {
|
||
|
"solution": [
|
||
|
"binary_search.zig"
|
||
|
],
|
||
|
"test": [
|
||
|
"test_binary_search.zig"
|
||
|
],
|
||
|
"example": [
|
||
|
".meta/example.zig"
|
||
|
]
|
||
|
},
|
||
|
"blurb": "Implement a binary search algorithm.",
|
||
|
"source": "Wikipedia",
|
||
|
"source_url": "https://en.wikipedia.org/wiki/Binary_search_algorithm"
|
||
|
}
|