Monthly Archives: October 2016

Top 10 Best ways to Speed up your Windows 2017

Top 10 Best ways to Speed up your Windows Is your PC running slow? Want to speed up your PC. We’ve stated the methods to make your Computer faster .Today we are going to share Top 10 useful tips which will  help you boost  up your slow computer. This is not going to be a… Read More »

Best Ever Android Apps of 2016

Best Ever Android Apps of 2016 The Google Play store has exploded in recent years, with a proliferation of apps that can cater to your every need. The problem is: there are just too many of them, even with Editor’s Picks, Featured and Best Selling, Top Paid and Top Free categories there to help. So,we… Read More »

C Program to implement Insertion Sort Using Linked List

Insertion Sort Using Linked List Write a Program to implement c Insertion Sort Using Linked List. This tutorial is intended to provide you information about what insertion sort algorithm is and how to implement it in programming rather than it’s technical stuff, properties and comparision with other sorting algorithm. This is an in-place comparison-based sorting algorithm. Here,… Read More »

C++ Program to calculate Prime Number Using Constructor

Prime Number Using Constructor Write a C++ Program to calculate Prime Number Using Constructor. Here’s a Simple Program to calculate Prime Number Using Constructor in C++ Programming Language. What is Class and Objects in C++? Class is a user defined data type, which holds its own data members and member functions, which can be accessed and used… Read More »