Wednesday, 6 January 2021

06 Jan

How to get rid of Shortcut Virus?

How to get Rid of shortcut Virus??What is a Shortcut Virus?Shortcut virus is a Type of Trojan or Worm that hides all of our data, and make shortcut of it. This kind of data not corrupt or infect your data only it hide your data which can easily be found by you, but how to get rid of Shortcut virus, because it is a kind...

Monday, 4 January 2021

04 Jan

Blogger VS WordPress - Which one is best?

WordPress vs Blogger:"Is Blogger is better than WordPress?"  or  "WordPress is better than Blogger?"  these questions arise in every new blogger's mind that which one is best to start blogging. Today we are going to discuss the cons and pros of both WordPress and blogger and see which one is best to choose...

Friday, 1 January 2021

01 Jan

Building a Switched Based Network

Objectives  • Create a simple network with two PCs using a switch  • Identify the proper cable to connect the PCs to the switch  • Configure workstation IP address information  • Test connectivity using the ping command Background  In this article, you will learn how...
01 Jan

Doubly Linked List In Data Structures And Algorithms Using C++ .

 Doubly Linked List: A doubly-linked list is a linked data structure that consists of a set of sequentially linked records called nodes. Each node contains two fields, called links, that are references to the previous and to the next node in the sequence of nodes. ...
01 Jan

AVL Tree Complete Code | Insert ,Balance,Rotations,Deletion,Display Functions.

 What is the AVL tree? AVL tree is a self-balancing Binary Search Tree (BST) where the difference between heights of left and right subtrees cannot be more then one for all nodes. An Example Tree is an AVL Tree.C++ Example Of AVL Tree ....#include<iostream>using...
Page 1 of 61236Next