Binary search

This commit is contained in:
2022-11-09 20:30:56 +01:00
parent d438eb37b9
commit a3616bd701
13 changed files with 16318 additions and 0 deletions
@@ -0,0 +1,12 @@
{
"blurb": "Implement a binary search algorithm.",
"authors": ["anuragsoni"],
"contributors": ["masters3d", "SleeplessByte"],
"files": {
"solution": ["binary-search.ts"],
"test": ["binary-search.test.ts"],
"example": [".meta/proof.ci.ts"]
},
"source": "Wikipedia",
"source_url": "http://en.wikipedia.org/wiki/Binary_search_algorithm"
}
@@ -0,0 +1 @@
{"track":"typescript","exercise":"binary-search","id":"5cf2bca8a7db47c6ab347c24290b25dd","url":"https://exercism.org/tracks/typescript/exercises/binary-search","handle":"briemens","is_requester":true,"auto_approve":false}