Coding
# Basic Coding Question Phase-1
1) Factorial - using for loop, while loop, recursion
2) Fibonacci - using for loop, while loop, recursion
3) First unique (non-reapted) character in string
4) Reverse Integer Number
5) Triplates in array or string
6) Reverse string or reverse only words
7) Index of 2nd or 3rd largest number
8) Palindrome string
9) Roman to decimal
10) Brackets pairs
11) Remove duplicate from shorted array
12) Cycle in linked list
# Basic Coding Question Phase-2
1) How to find given string is penidrome or not?
2) Count the occurance of each character in a string
3) reverse a string
4) remove duplicate char from string
5) Find all possible substring of a given string
6) Perform left circular substring of an array
7) Perform right circular substring of an array
8) Find if integer is prime number or not
9) Find sum of digits
10) find second largest integer in an array using only one loop?
Comments
Post a Comment