Easy 2 point
Medium 4 points
Hard 6 points
Ninja 10 points
| Question | Type | Level | Solve |
|---|---|---|---|
| Write a function a square a number? | Number | Easy | Solve |
| Write a function to find the length of the given linked list? | Data Structures | Easy | Solve |
| Write a function that swaps two numbers at given positions from the list? | Array | Easy | Solve |
| Write a function that checks whether given number is present in the given sorted list of numbers? | Array | Easy | Solve |
| Write a function to take power? | Number | Easy | Solve |
| Write a function that reverses the given list of numbers? | Array | Easy | Solve |
| Write a function to check whether given number is negative? | Number | Easy | Solve |
| Write a function that finds the missing number in an array containing n-1 elements ranging from 1 to n? | Array | Medium | Solve |
| Write a function that finds the element that appears more than n/2 times in an array? | Array | Medium | Solve |
| Write a function that finds the intersection of two arrays containing common elements? | Array | Medium | Solve |