A set of HackerRank Challenges I use to improve my coding skills
Python Challenges are executed by: python3 myProgram, where myProgram is the name of the program.
C Challenges are executed by :
- gcc -o name myProgram.c
- ./name
Where name is the name the executable receives and myProgram.c is the name of the program that we are trying to run.