LeetCode – Arrays – Count Number of Teams
There are n soldiers standing in a line. Each soldier is assigned a unique rating value. You have to form a team of 3 soldiers amongst them under the following…
There are n soldiers standing in a line. Each soldier is assigned a unique rating value. You have to form a team of 3 soldiers amongst them under the following…
Given n and m which are the dimensions of a matrix initialized by zeros and given an array indices where indices = . For each pair of you have to…
We are given head, the head node of a linked list containing unique integer values. We are also given the list G, a subset of the values in the linked…
Given head which is a reference node to a singly-linked list. The value of each node in the linked list is either 0 or 1. The linked list holds the…
Given two arrays of integers nums and index. Your task is to create target array under the following rules: Return the target array. It is guaranteed that the insertion operations…
To deploy applications and run distributed applications without launching an entire virtual machine for each application, an OS-level virtualization method called containerization is used. In the previous post, we have…
Let’s get started with building applications now. As we all know that different web frameworks operate in different ways. So before diving into how to build Angular applications, one should…
Before we work with any of the operating systems or any server based works, we should first need to understand the background of what Linux consists of and what the…
Alright, as you are here I am assuming that you are either interested in becoming a DevOps professional or you are already a DevOps engineer and want to grow in…
Before driving into DevOps detailedly, you (if you are a beginner) should first know what DevOps stands for. The term DevOps is a short form of Development and Operations. DevOps…