Commit ccf4b8ddc0507f9276410dbab5cad17af8baa89d
Committed by
GitHub

1 parent
0784b26fba
Exists in
main
Update README.md
Showing 1 changed file with 4 additions and 0 deletions Inline Diff
README.md
View file @
ccf4b8d
### Using the C++ language for the Programming Marathon. | 1 | 1 | ### 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. | 2 | 2 | * 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/ | 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. |