diff --git a/.github/data/problems.json b/.github/data/problems.json index 2464a5b42..ec8dc0827 100644 --- a/.github/data/problems.json +++ b/.github/data/problems.json @@ -551,6 +551,10 @@ { "day": "16", "title": "Swap Nodes in Pairs" + }, + { + "day": "17", + "title": "Maximum Twin Sum of a Linked List" } ] } \ No newline at end of file diff --git a/05- May/17- Maximum Twin Sum of a Linked List/.gitkeep b/05- May/17- Maximum Twin Sum of a Linked List/.gitkeep new file mode 100644 index 000000000..e69de29bb