All Medium Articles
Question: Given an arbitrary binary tree, convert it to a binary tree that holds Children Sum Property. You can only increment data values in any… Read More
Given an array arr[] of N elements and an integer K. The task is to find the maximum sum of elements in a subarray of… Read More
In this article,  we are going to learn how we can set up Metasploit 6 on our android phones using termux without rooting the phone.… Read More
Given a root of binary tree and two integers startValue and destValue denoting the starting and ending node respectively. The task is to find the… Read More
The whole process consisted of one coding round and 3 interview rounds. Due to covid, the whole process was virtual.  Online Coding Round: It was… Read More
There was a total of 3 rounds of interviews. One online test and 2 technical interview rounds  Online Coding Round:   7 easy debugging questions… Read More
A proposition is an assertion, statement, or declarative sentence that can either be true or false but not both. For example, the sentence “Ram went… Read More
The algorithm required to solve a problem on a sequential computer is called a sequential algorithm. Algorithms written to solve a problem on a parallel… Read More
In this article, we would be learning a MySQL query to convert a field of BLOB Data Type to JSON Data Type in a table.… Read More
Access control is a security mechanism to put restrictions on the accessibilities of the resources and decide who or what can view or use the… Read More
Unity is software mainly used for the development of video games for computer and mobile platforms. It is also used in the field of Augmented… Read More
In this article, we will see Upsampling in MATLAB. As we know that upsampling is the process of increasing the sampling rate, i.e, increasing the… Read More
Prerequisite – File Transfer Protocol An FTP Bounce attack is an old type of network attack that is performed on FTP servers to send outbound… Read More
John the Ripper is password cracking software used by penetration testers and cyber security experts. It is completely free. In starting it was only made… Read More
Given an array arr of size N, and two integers A and B. The task is to find the length of the longest subsequence with… Read More
Sopra  Banking solution visited our college, IMS Engineering College  for conducting Recruitment Drive for “Engineer Trainee Role”. Eligibility Criteria:  Eligible Criteria- Average percentage of 10th… Read More
Function in any programming language is the basic building block to create and combine the related bits of code. Every programming language provides certain kinds… Read More
jQuery UI consists of GUI widgets, visual effects, and themes implemented using the jQuery JavaScript Library. jQuery UI is great for building UI interfaces for… Read More
SQL Server is a versatile database and a most used database throughout the world. In this article, let us see SQL queries how to get… Read More
The task at hand involves manipulating a string S of length N, given as input. The string is subjected to a series of B swaps,… Read More