This repository deals with training exercises in C++. The challanges are mostly taken from
LeetCode
Challange can be found here:
Here our program expects a number n
and it will return the number of zeros in n!
Problem can be found here:
Challange can be found here:
Find the sub-array with the maximum sum in the given array.
Problem can be found here:
Challange source:
A program that when run display's himself. It was easy sinve the executable is a different file and it's done after compilation.
Challange source:
The source problem can be found here
https://leetcode.com/problems/container-with-most-water/submissions/
Great solution that I copied from: