From 95f377a143c47fbab2d7ab2ef77b75d3543f216e Mon Sep 17 00:00:00 2001 From: alonso garr <83713047+agarrigu@users.noreply.github.com> Date: Thu, 1 Dec 2022 02:11:02 +0100 Subject: [PATCH] Add Advent of Code to README.md Add Advent-of-code entry to README.md under Competitive-programming section. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2b947a9a..891b1041 100644 --- a/README.md +++ b/README.md @@ -700,6 +700,7 @@ When learning CS, there are some useful sites you must know to get always inform ## Competitive programming - [Topic Wise Problem For Competitive Programmer](https://a2oj.com/categories) : Topic wise Practise Problem +- [Advent of Code](https://adventofcode.com) : An Advent calendar of small programming puzzles - [Archived Problems - Project Euler](https://projecteuler.net/archives) : Problems Archives - [Art of Problem Solving](https://artofproblemsolving.com) : Is math class too easy for you? You've come to the right place! - [CodeChef](https://www.codechef.com) : The only programming contests Web 2.0 platform