Skip to content

Commit e6acfac

Browse files
Merge pull request #4178 from cpinitiative/problem-suggestion/cf-1775D
Problem Suggestion: Add "Friendly Spiders" to Silver - Additional Practice for USACO Silver
2 parents 32471c3 + 29641a6 commit e6acfac

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

content/3_Silver/Conclusion.problems.json

+13
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,19 @@
202202
"site": "CF"
203203
}
204204
},
205+
{
206+
"uniqueId": "cf-1775D",
207+
"name": "Friendly Spiders",
208+
"url": "https://codeforces.com/contest/1775/problem/D",
209+
"source": "CF",
210+
"difficulty": "Normal",
211+
"isStarred": false,
212+
"tags": ["Number theory", "Graphs", "BFS", "shortest path"],
213+
"solutionMetadata": {
214+
"kind": "autogen-label-from-site",
215+
"site": "CF"
216+
}
217+
},
205218
{
206219
"uniqueId": "cf-404C",
207220
"name": "Restore Graph",

0 commit comments

Comments
 (0)