Pinned Repositories
Code-Day-1
Day 1 from 100days coding challenge
code-day-10
Write a program to find Factorial of a number
code-day-11
Write a program to find Fibonacci series up to n
code-day-12
Write a program to find Sum of digits of a number
code-day-13
Write a program to find Sum of N natural numbers
code-day-14
Write a program to reverse a given number
code-day-15
Write a program to identify if the number is Strong number or not
code-day-16
Write a program to identify if the number is Perfect number or not
code-day-17
Write a program to find the Factors of a number
code-day-18
Write a program to Add two fractions
sakshikhule's Repositories
sakshikhule/code-day-74
You have a grid withNrows and M columns. You have two types of tiles — one of dimensions 2×2and the other of dimensions 1×1.Find the minimumnumber of 1×1 tiles you have to use to fill the grid.
sakshikhule/code-day-73
A string is called boring if all the characters of the string are same. You are given a string S of lengthN, consisting of lowercase english alphabets. Find the length of the longest boring substring of S which occurs more than once
sakshikhule/code-day-72
In this problem you will have to implement a simple editor. The editor maintains the content of a string S .
sakshikhule/code-day-71
There are Nstudents in a class, where the i-th student has a score of Ai. The i-th student will boastif and only if the number of students scoring less than or equal Aiis greater than the number of students scoring greater than Ai. Find the number of students who will boast.
sakshikhule/code-day-70
Given an array, rotate the array by one position in clock-wise direction.
sakshikhule/code-day-69
Create a class called Equilateral which inherits from Isosceles and should have a function such that the output is as given below.
sakshikhule/code-day-68
you will be given queries. Each query is of one of the following three types: : Add an element to the set. : Delete an element from the set. (If the number is not present in the set, then do nothing). : If the number is present in the set, then print "Yes"(without quotes) else print "No"(without quotes).
sakshikhule/code-day-67
Find the minimum number of hits Arunima needs in order to break all bricks if she performs the reversals optimally. You are not required to minimize the number of reversals.
sakshikhule/code-day-66
Palindromic substrings
sakshikhule/code-day-65
Help Ajinkya choose a tablet which he should buy and find the area of such a tablet's screen, or determine that he cannot buy any tablet.
sakshikhule/code-day-64
given some binary strings, you need to output whether according to the Amit, the strings are Good or Bad.
sakshikhule/code-day63
Balancing Weight
sakshikhule/code-day-63
Balancing Weight
sakshikhule/code-day-62
Gold Mining
sakshikhule/code-day-61
Given the time control of a chess match as a+b, determine which format of chess out of the given 4 it belongs to.
sakshikhule/code-day-60
Determine if the weather report of Magicland is Good or not.
sakshikhule/code-day-59
Body Mass Index
sakshikhule/code-day-58
Nejiya has a bucket having a capacity of K liters. It is already filled with X liters of water. Find the maximum amount of extra water in liters that Nejiya can fill in the bucket without overflowing
sakshikhule/code-day-57
Pass or Fail
sakshikhule/code-day-56
Write Program to find whether the numbers of an array be made equal
sakshikhule/code-day-55
Given 2 integer arrays X and Y of same size. Consider both arrays as vectors and print the sum of maximum scalar product (Dot product) of 2 vectors.
sakshikhule/code-day-54
Given an integer array of size N. Write Program to find whether Arrays are disjoint or not. Two arrays are said to be disjoint if they have no elements in common
sakshikhule/code-day-53
Given an integer array of size N. Write Program to find maximum product subarray in a given array.
sakshikhule/code-day-52
Given an integer array of size N, write a program to reverse the array;
sakshikhule/code-day-51
Given an integer array of size N, write a program to sort the array;
sakshikhule/code-day-50
Given an integer array of size N. Write Program to find sum of positive square elements in the array.
sakshikhule/code-day-49
Given 2 integer arrays X and Y of same size. Consider both arrays as vectors and print the minimum scalar product (Dot product) of 2 vectors.
sakshikhule/code-day-48
Write Program to remove duplicate elements in an array
sakshikhule/code-day-47
Write Program to find longest palindrome in an array
sakshikhule/code-day-46
Write Program to find sum of elements in an array