Skip to content

Commit c00408b

Browse files
arshanqSmarticles101
authored andcommitted
Add topics to problem 'binary-search' exercism#938 (exercism#999)
Add topics to problem 'binary-search' exercism#938
1 parent 29f0d02 commit c00408b

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

config.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,12 @@
721721
"core": true,
722722
"difficulty": 6,
723723
"slug": "binary-search",
724-
"topics": null,
724+
"topics": [
725+
"recursion",
726+
"arrays",
727+
"searching",
728+
"generics"
729+
],
725730
"unlocked_by": null,
726731
"uuid": "50136dc3-caf7-4fa1-b7bd-0cba1bea9176"
727732
},
@@ -1150,4 +1155,4 @@
11501155
],
11511156
"language": "Java",
11521157
"solution_pattern": "reference"
1153-
}
1158+
}

0 commit comments

Comments
 (0)