All Medium Articles
Given two integers N and K, the task is to find K consecutive integers such that their sum if N.Note: If there is no such… Read More
Given two integers A and B, the task is to find the minimum number of operations required to change this pair to (1, 1). In… Read More
IntelliJ is an integrated development environment(IDE) written in Java. It is used for developing computer software. This IDE is developed by Jetbrains and is available… Read More
Given a weighted tree containing N nodes, and two nodes u and v, the task is to find the count of nodes having prime weight… Read More
1. Internet of Things : IOT is known as the Internet of Things where things are said to be the communicating devices that can interact… Read More
Data, a word which is now spoken every time one or the other way, people are working in corporate throughout the day with small scale… Read More
Prerequisites: Switch Case in C/C++ Problem Statement: Write a program to build a simple Software for Student Information Management System which can perform the following… Read More
range() allows users to generate a series of numbers within a given range. Depending on how many arguments the user is passing to the function,… Read More
1. Bootstrap : Bootstrap is open source framework which is used to develop responsive website and design. Bootstrap is also called an updated version of… Read More
The algorithmic world is beautiful with multifarious strategies and tools being developed round the clock to render to the need for high-performance computing. In fact,… Read More
Given an array arr[] with N elements, the task is to find out the longest sub-array which has the shape of a mountain. A mountain… Read More
Given an array arr consisting of N elements and Q queries of the following two types:  1 K: For this type of query, the array… Read More
Given two integer arrays arr and index of size N, the task is to create a new array by inserting the elements given in the… Read More
1. Process: Process is an activity of executing a program. Process is of two types – User process and System process. Process control block controls… Read More
1.Shortest Job First (SJF) : Shortest Job First (SJF) Scheduling Algorithm is based upon the burst time of the process. The processes are put into… Read More
In this article, we will create flashing elements using jQuery. To use jQuery you need to add jQuery CDN into your HTML document. The methods… Read More
HTTPS stands for Hyper Text Transfer Protocol Secure. HTTP Secure (HTTPS), could be a combination of the Hypertext Transfer Protocol with the SSL/TLS convention to… Read More
There is some data in the API and our task here is to fetch data from that API using HTTP and display it. In this… Read More
A buffer is a memory area that stores data being transferred between two devices or between a device and an application. Uses of I/O Buffering… Read More
Given two integers N and K, the task is to represent N as the sum of K even number. If it is not possible to… Read More