Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.01 KB

File metadata and controls

25 lines (14 loc) · 1.01 KB

Hey mates

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.

Question 3 (Day 3)

  • Given an array, find 2 numbers whose sum is closest to zero.

Some Common references, i'll keep on updating this area as we proceed.

  • Resources to understand GitHub WorkFlow

Warmup questions

  • Find sum of elements of 1-dimensional array.