Commit 9c069fd0c7b2b49eddaca2422991c7df5163280c

Authored by Ronaldo Silva
Committed by Ronaldo
1 parent 0784b26fba
Exists in main

Update README.md

Showing 1 changed file with 4 additions and 0 deletions Side-by-side Diff

1 1 ### Using the C++ language for the Programming Marathon.
2 2 * The purpose of this repository is to study the C++ Language in more detail to use it in the Programming Marathon.
3 3 * 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/
  4 +
  5 +#### The problems were taken from sites like:
  6 +* Hackerrank, GeeksforGeeks and LeetCode.
  7 +* Each resolution source code has a direct link to the problem description.