Easy 2 point
Medium 4 points
Hard 6 points
Ninja 10 points
Question |
Type |
Level |
Solve |
Write a function to find the sum of all factorials from 1 to given number? |
Number
|
Medium
|
Solve
|
Write a function to sum two binary numbers? |
Number
|
Medium
|
Solve
|
Write a function to remove all 0s from the given number? |
Number
|
Medium
|
Solve
|
Write a function to find all fibonacci numbers below given number and return the list? |
Array
|
Medium
|
Solve
|
Write a function to check whether given number is a fibonacci number ? |
Number
|
Medium
|
Solve
|
Write a function to find all duplicate characters and return the list? |
Array
|
Medium
|
Solve
|
Write a function to find duplicate characters with counts? |
Object
|
Medium
|
Solve
|
Write a function to count vowels and consonants of a string and return an object? |
Object
|
Medium
|
Solve
|
Write a function to find the union of two sets? |
Math
|
Medium
|
Solve
|
Write a function to find the intersection of two sets? |
Math
|
Medium
|
Solve
|