From d55b42140567705c1273d7279bd4c8fc30bc07f3 Mon Sep 17 00:00:00 2001 From: freakin23 Date: Wed, 15 Jan 2025 13:45:50 +0530 Subject: [PATCH] update problems.json --- content/3_Silver/Sorting_Custom.problems.json | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/content/3_Silver/Sorting_Custom.problems.json b/content/3_Silver/Sorting_Custom.problems.json index 44804b20a5..19ce162d2f 100644 --- a/content/3_Silver/Sorting_Custom.problems.json +++ b/content/3_Silver/Sorting_Custom.problems.json @@ -1,19 +1,5 @@ { "MODULE_ID": "sorting-custom", - "sample": [ - { - "uniqueId": "usaco-992", - "name": "Wormhole Sort", - "url": "http://www.usaco.org/index.php?page=viewproblem2&cpid=992", - "source": "Silver", - "difficulty": "Insane", - "isStarred": false, - "tags": [], - "solutionMetadata": { - "kind": "internal" - } - } - ], "sample2": [ { "uniqueId": "usaco-1063",