From 4bde588db9076ead92596ee454b4f2e2e9698103 Mon Sep 17 00:00:00 2001 From: 7oSkaaa Date: Wed, 17 May 2023 00:37:18 +0000 Subject: [PATCH] Add new daily problem --- .github/data/problems.json | 4 ++++ 05- May/17- Maximum Twin Sum of a Linked List/.gitkeep | 0 2 files changed, 4 insertions(+) create mode 100644 05- May/17- Maximum Twin Sum of a Linked List/.gitkeep 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