Skip to content

Category Archives: Blogathon

There are approximately 700 programming languages in the world. In simple words, a programming language is used to give instructions to the computer to perform… Read More
Given a positive integer N representing the set of integers [1, N] and an array queries[] of length Q of type {L, K}, the task… Read More
Given an array arr[] and two positive integers K and C, the task is to maximize the Kth maximum element obtained after splitting an array… Read More
Given two arrays A[] of length N and B[] of length N-1, the task is to find the smallest positive integer X that is added… Read More
Given a positive integer D, the task is to find the number of integer coordinates (x, y) which lie at a distance D from origin.… Read More
In this article, we are going to see how to control the web browser with Python using selenium. Selenium is an open-source tool that automates… Read More
Given two integers N and K, the task is to find the number of different arrays of size N that can be formed having the… Read More
In this article, we are going to see how to monitor the network connection and save the log file in Python.  The basic ideology of… Read More
We are going to implement an End-to-End project using Support Vector Machines to live Trade For us. You Probably must have Heard of the term… Read More
Given the integers N, K and an infinite sequence of natural numbers where all the numbers containing the digit K (1<=K<=9) are removed. The task… Read More
Given an array arr[] of N positive integers and an integer K, the task is to find the minimum length of subarray such that there… Read More
In this article, we will see the robot framework and we will cover standard libraries and underlying functions, and going forward we will also cover… Read More
Given N program codes and their respective debugging times in an array codeTime and an integer WorkingSessionTime, the ith program takes codeTime[i] hours to finish.… Read More
String startsWith() as the syntax suggests this method is present in String class which is responsible for testing if a string starts with the specified… Read More
So primarily discuss what is endsWith() method is, so it is a method of String class that checks whether the string ends with a specified… Read More

Start Your Coding Journey Now!