| Program No. | Question |
|---|
| Program-01 | Program to find the maximum and minimum element in an array. | | Program-02 | Program to find the number of occurrence of X element present in sorted array. | | Program-03 | Program to Swap the Kth Elements of a series. | | Program-04 | Program to find factorial of a number | | Program-05 | Program to find the sum of the digits of the given number. | | Program-06 | Program to find the greatest common divisor of two number. | | Program-07 | Program to print Pascal' triangle | | Program-08 | Program to reverse a string | | Program-09 | Program to check if two numbers are equal without using arithmetic operators or comparison operators. | Program-10 | Program to find the missing number in a Sorted Array. | Program-11 | Program to Camel case an input sentence | | Program-12 | Find the First non repeating character index | Program-13 | Find the longest Palindromic Substring | | Program-14 | Find the Maximum Product of the Subarray | | Program-15 | Program to find modular exponentiation. | | Program-16 | Program for right angled patterns | | Program-17 | Program to print random texts with colour | | Program-18 | Program to get weekday with given day. | | Program-19 | To check whether a number is in palindrome or not | | Program-20 | To find the square root of a number upto "p" no of places | | Program-21 | Last digit of sum of partial Fibonacci Series | | Program-22 | Program to add Two Binary Number Input | | Program-23 | To find the sum of square of binomial coefficient Input(integer input) | | Program-24 | Program to convert Hexa-Decimal number to Decimal number | | Program-25 | Program to Implement Queue Data Structure Using Linked Lists | | [Program-26](https://github.com/swaaz/basicprograms/blob/814a1e60ae23d81158d8174666f23c9b7419e15e/C++/Program-26/Cycle_Detection_in Directed_Graph.cpp) | Program to Cycle Detection in Directed Graph |