Skip to content

Commit

Permalink
Deprecate binary search (#186)
Browse files Browse the repository at this point in the history
* Deprecate binary search

* Remove practices
  • Loading branch information
BNAndras authored Feb 6, 2024
1 parent 1c277d2 commit 58a2aee
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,10 @@
"slug": "binary-search",
"name": "Binary Search",
"uuid": "dc4437e4-9ab3-4ab0-ae0d-ae3d2287e97c",
"practices": [
"loops",
"lists"
],
"practices": [],
"prerequisites": [],
"difficulty": 2
"difficulty": 2,
"status": "deprecated"
},
{
"slug": "bob",
Expand Down

0 comments on commit 58a2aee

Please sign in to comment.