Program to Reverse a Queue - Code Explained

Today we will be discussing the  Program to Reverse a Queue - Code Explained . But before reading further if you are unfamiliar with the concept of queue then refer to this link . Suppose we have a queue 1->2->3->4 the…

Rest API - Explained in an Easy, Quick and Simple Way

Hey Developer, how long have you been in your Computer Science profession ? Nevermind, but have you ever heard of Rest API's? I'm sure you have no matter what language you use. But do you know what are these rest API…

What is Docker ? Explained in an Easy, Quick and Simple Way

Have you heard of Docker?  Do you know what it is or why it is used? Don't worry, Today you'll learn about What is Docker ? Explained in an Easy, Quick and Simple Way.  So let's start: What is the problem that Docke…

Delete all even nodes of a Circular Linked List

Today we will discuss how to  Delete all even nodes of a Circular Linked List . But if you are unfamiliar with the concepts of circular linked list then please refer to this link . Suppose we have a circular linked list like 1…

Exchange First and Last nodes in Circular Linked List

Today we will be discussing the algorithm to  Exchange First and Last nodes in Circular Linked List .  But, if you are unfamiliar with the concepts of circular linked list then refer to this link . Suppose we have circular lin…

Delete a node at kth Position in Circular Linked List

Today we will discuss how to  delete a node at kth position in circular linked list . But if you are unfamiliar with the concepts of circular linked list then please refer to this link . Suppose you have a circular linked lis…

Load More
That is All