Coding Interview Questions:
- logic gates
- minimum num. of deletions needed to remove min and max from an array
- first recurring Character
- rotate an array by specified position
- Given an integer n, return the number of prime numbers that are strictly less than n
- Given an integer n, return true if it is a power of three. Otherwise, return false
- fraction to decimal
- fibonacci
- find largest element in an array
- Given k sorted arrays of size n each, merge them and print the sorted output
- print prime numbers between 100 and 200
- remove character from string
- find all pairs in array of integers whose sum is equal to given number
- find the k’th smallest element in an array
- Reverse an array in groups of given size
- Find the number of 1’s in a sorted binary array
- Move all zeros present in an array to the end
- Find the maximum product of two integers in an array
- Remove all extra spaces from a string
- Hamming Distance
- missing num in array [0, n]