Skip to content

tanyasingh16/30daysofcode-in-quarantine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

#30daysofcode in quarantine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 64.2%
  • C++ 35.8%