Programs in this repository:-
-
Arrays - Count of numbers which divide all numbers in the given range L-R. (Given N numbers and Q queries, each query consists of L and R)
-
Mathematical Functions - Factorial of a number
-
Mathematical Functions - Fibonacci Series
-
Mathematical Functions - Prime number or not
-
Matrix Addition
-
Matrix - Maximum element of each row
-
Matrix - Multiplication
-
Queues - Program
-
Searching Algorithms - Binary Search
-
Searching Algorithms - Linear Search
-
Stacks - Balanced Parantheses
-
Stacks - Program
-
Strings - String Rotation (Right)
-
All possible Subsets of a given String
-
Strings - Common Characters Of Two Strings in Alphabetical Order
-
Strings - Palindrome
-
Strings - Replace characters in a string using two given characters (ch1 and ch2)
-
Strings - Reverse a String
-
Strings - String Rotation (Left)
-
Strings - Subsequence or not (Given two strings S1 and S2, find if S1 is a subsequence of S2)