Tag: Algorithms
C++ program to sort an array of elements using Quick sort
C++ program to sort an array of elements using selection sort
C++ program to sort an array of elements using Insertion Sort
C++ program to sort an array of elements using Bubble Sort
C++ program to search an element in an array using binary search
C++ program to search an element in an array using Linear Search
C++ program using the concept of Constructor, Destructor and Constructor overloading
C++ program using single Inheritance
C++ program to find the area of circle & rectangle using function overloading
C++ program to find the sum of digits, reverse & prime or not of a number