Skip to content

Commit fe08655

Browse files
committed
Updated 'info.json' to Count Asterisks
1 parent bca8830 commit fe08655

File tree

1 file changed

+4
-9
lines changed
  • scripts/algorithms/C/Count Asterisks

1 file changed

+4
-9
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
{
22
"id": "2315",
33
"name": "Count Asterisks",
4-
"url": "https://leetcode.com/problems/count-asterisks",
5-
"difficulty": "easy",
4+
"url": "https://www.leetcode.com/problems/count-asterisks",
65
"premium": false,
7-
"topic": "algorithms",
8-
"solution": {
9-
"c++": true,
10-
"python": true,
11-
"java": true,
12-
"javascript": true
13-
}
6+
"acceptance": 81.5,
7+
"difficulty": "easy",
8+
"topic": "algorithms"
149
}

0 commit comments

Comments
 (0)