top of page
Search
The Tech Platform
Mar 11, 2021
Loop Statement in C++
Loops are an essential part of programming as they allow us to repeat a block of code until a specific condition is met. In C...
The Tech Platform
Mar 11, 2021
If Else Statement in C++
IF The if statement evaluates the test expression inside the parenthesis (). If the test expression is evaluated to true, statements...
The Tech Platform
Mar 8, 2021
What is Dynamic Polymorphism in C++
A detailed overview of implementing dynamic polymorphism efficiently Polymorphism is an important concept of Object oriented programming...
The Tech Platform
Dec 29, 2020
The 8 Major Players in Primary Storage Arrays, 2020
These providers have recently been named the market’s major players in primary storage arrays for 2020 by analyst house Gartner, Inc....
The Tech Platform
Dec 6, 2020
County Money in Greedy Algorithm
Given a value V, if we want to make a change for V Rs, and we have an infinite supply of each of the denominations in Indian currency,...
The Tech Platform
Nov 2, 2020
Sorting Algorithm
Sorting algorithm is an algorithm that puts elements of a list in a certain order. The most frequently used orders are numerical order...
The Tech Platform
Nov 2, 2020
Heap Sort Algorithm
In this tutorial, you will learn how heap sort algorithm works. Also, you will find working examples of heap sort in C, C++, Java and...
The Tech Platform
Nov 2, 2020
Shell Sort Algorithm
In this tutorial, you will learn how shell sort works. Also, you will find working examples of shell sort in C, C++, Java and Python....
The Tech Platform
Nov 2, 2020
Bubble Sort Algorithm
Bubble sort, also known as a comparison sort, is a simple yet rudimentary sorting algorithm. It iterates through a list multiple times,...
The Tech Platform
Nov 2, 2020
Quick Sort Algorithm
The algorithm was developed by a British computer scientist Tony Hoare in 1959. The name "Quick Sort" comes from the fact that, quick...
bottom of page