From 58a2aee06d96b280d74f49b83861b4c96726fef3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20B=20Nagy?= <20251272+BNAndras@users.noreply.github.com> Date: Tue, 6 Feb 2024 11:34:23 -0800 Subject: [PATCH] Deprecate binary search (#186) * Deprecate binary search * Remove practices --- config.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/config.json b/config.json index 0dfeed1..a46a0af 100644 --- a/config.json +++ b/config.json @@ -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",