diff --git a/README.md b/README.md index 0c6cfab..e789e94 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ ### Using the C++ language for the Programming Marathon. * The purpose of this repository is to study the C++ Language in more detail to use it in the Programming Marathon. * This repository builds on topics covered in the Competitive Programming guide on the GeeksforGeeks website. Guide link https://www.geeksforgeeks.org/competitive-programming-a-complete-guide/ + +#### The problems were taken from sites like: +* Hackerrank, GeeksforGeeks and LeetCode. +* Each resolution source code has a direct link to the problem description.