-
Finding all possible prime pairs that sum upto input number using JavaScript
-
Finding nth element of the Padovan sequence using JavaScript
-
Unique pairs in array that forms palindrome words in JavaScript
-
Sorting according to number of 1s in binary representation using JavaScript
-
Moving all vowels to the end of string using JavaScript
-
Sorting an array that contains the value of some weights using JavaScript
-
Finding number of open water taps after n chances using JavaScript
-
Sum of individual even and odd digits in a string number using JavaScript
-
Calculating the area of a triangle using its three sides in JavaScript
-
Finding the sum of all numbers in the nth row of an increasing triangle using JavaScript
-
Sum all perfect cube values upto n using JavaScript
-
Reversing the bits of a decimal number and returning new decimal number in JavaScript
-
Smallest possible number divisible by all numbers from 1 to n in JavaScript
-
Finding all solutions of a Diophantine equation using JavaScript
-
Finding one missing number in a scrambled sequence using JavaScript
-
Integers have sum of squared divisors as perfect square in JavaScript
-
Finding the length of the diagonal of a cuboid using JavaScript
-
Volume difference of cuboids in JavaScript
-
Squared and square rooted sum of numbers of an array in JavaScript
-
Turn each character into its ASCII character code and join them together to create a number in JavaScript