DSA and Interview Problems Solving using python
NOTE: Questions are randomly arranged, but you can search on above
1. Given the marks of N students in an Array A, calculate the mean.
2. Given two square matrices matrixA and matrixB of size n x n. Find the addition of these two matrices.
3. Oxygen Value.
4. Given an A.P. Series, we need to find the sum of the Series.
5. Check if the number is a Harshad(or Niven) number or not.
6. Write a program to sort characters (numbers and punctuation symbols are not included) in a given string.
7. Check keyword of a particular language.(Python language)
8. Given a number, the task is to check if it is tidy or not.
9. Reverse the Array.
10. Counting Rock Samples.
11. Find index of number in rotated list.
12. Reverse array in groups.