exercism/zig/binary-search/.exercism/config.json

19 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"
}