Skip to content

Commit 7fa4dc6

Browse files
committed
Updated Project format
1 parent 572c0e7 commit 7fa4dc6

File tree

4 files changed

+16
-36
lines changed

4 files changed

+16
-36
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
{
22
"id": "814",
33
"name": "Binary Tree Pruning",
4-
"url": "https://leetcode.com/problems/binary-tree-pruning",
5-
"difficulty": "medium",
4+
"url": "https://www.leetcode.com/problems/binary-tree-pruning",
65
"premium": false,
7-
"topic": "algorithms",
8-
"solution": {
9-
"c++": true,
10-
"python": true,
11-
"java": true,
12-
"javascript": true
13-
}
6+
"acceptance": 70.8,
7+
"difficulty": "medium",
8+
"topic": "algorithms"
149
}
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
{
22
"id": "338",
33
"name": "Counting Bits",
4-
"url": "https://leetcode.com/problems/counting-bits",
5-
"difficulty": "easy",
4+
"url": "https://www.leetcode.com/problems/counting-bits",
65
"premium": false,
7-
"topic": "algorithms",
8-
"solution": {
9-
"c++": true,
10-
"python": true,
11-
"java": true,
12-
"javascript": true
13-
}
6+
"acceptance": 74.9,
7+
"difficulty": "easy",
8+
"topic": "algorithms"
149
}
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
{
22
"id": "1161",
33
"name": "Maximum Level Sum of a Binary Tree",
4-
"url": "https://leetcode.com/problems/maximum-level-sum-of-a-binary-tree",
5-
"difficulty": "medium",
4+
"url": "https://www.leetcode.com/problems/maximum-level-sum-of-a-binary-tree",
65
"premium": false,
7-
"topic": "algorithms",
8-
"solution": {
9-
"c++": true,
10-
"python": true,
11-
"java": true,
12-
"javascript": true
13-
}
6+
"acceptance": 66.3,
7+
"difficulty": "medium",
8+
"topic": "algorithms"
149
}
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
{
22
"id": "700",
33
"name": "Search in a Binary Search Tree",
4-
"url": "https://leetcode.com/problems/search-in-a-binary-search-tree",
5-
"difficulty": "easy",
4+
"url": "https://www.leetcode.com/problems/search-in-a-binary-search-tree",
65
"premium": false,
7-
"topic": "algorithms",
8-
"solution": {
9-
"c++": true,
10-
"python": true,
11-
"java": true,
12-
"javascript": true
13-
}
6+
"acceptance": 76.9,
7+
"difficulty": "easy",
8+
"topic": "algorithms"
149
}

0 commit comments

Comments
 (0)