From 4bb6f8d06c0e384f3394012b1d48da58ed28cc5e Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Sun, 12 Dec 2021 01:24:32 +0300 Subject: 2020, tracking --- 2020/day1/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 2020/day1/README.md (limited to '2020/day1/README.md') diff --git a/2020/day1/README.md b/2020/day1/README.md new file mode 100644 index 0000000..f8ae070 --- /dev/null +++ b/2020/day1/README.md @@ -0,0 +1,13 @@ +# Day 1 + +## First Part + +Simple two sum problem + + perl sumto.pl + +## Second part + +[Three sum problem](https://www.callicoder.com/three-sum-problem/), which is like two sum problem after fixing the first index + + perl threesum.pl -- cgit v1.2.3-70-g09d2