This is the place to lookout for questions and solutions of #30DaysOfCode challenge, i'll keep on adding a new question everyday and solution of the question of previous day.
Question 1 (Day 1) Solution
- Find factorial of a given number using iterative approach.
Question 2 (Day 2) Solution
- Find a element in an array of size 'n' in not more than n/2 operations using linear search algorithm.
- Given an array, find 2 numbers whose sum is closest to zero.
- Find sum of elements of 1-dimensional array.