All Easy Articles
Round 1 (Technical Interview – 45 minutes approx.) Questions based on my internships and projects (Give an instance where you used Exception Handling and Polymorphism… Read More
Python string methods is a collection of in-built Python functions that operates on lists. Note: Every string method in Python does not change the original… Read More
In this article, we will discuss how to create an Activate/Deactivate button using PHP. When a particular status is set, the same gets updated in… Read More
In many scenarios, we may need to create a dropdown input that can display all the options consistent with the current state of the database.… Read More
In this article, we will discuss the difference between var_dump() and print_r() function in PHP. var_dump() Function: The var_dump() function is used to dump information… Read More
In this article, we will discuss the overview of Data Compression and will discuss its method illustration, and also will cover the overview part entropy.… Read More
Overview :AWS lists out a wide range of services when it comes to supporting DevOps. Be it in terms of Integration, Delivery, Strategies, Infrastructure as… Read More
Overview :Data Redundancy and Data Inconsistency are the important terms used in the Database. A good Database Design is the one in which there is… Read More
Number system is the most basic pictorial representation of numbers on a number line, it is drawn by first making a straight line and then… Read More
Python is a high-level language (than C or C++) thus Python itself manages details of a program like memory allocation, memory deallocation, pointers, etc. This… Read More
Scratch is an event-driven visual programming language developed by MIT. In Scratch, we can create our own interactive stories, games, and animations using building blocks.… Read More
Reusability is one of the most important concepts of Software Engineering. Reusability means developing code that can be reused either in the same program or… Read More
Force is defined as an external cause that a body experiences as a result of interacting with another body. Whenever two objects interact, a force… Read More
Anubis is a tool for information gathering. This tool is very useful in the initial phases of penetration testing. The main technique used to find… Read More
Given an array arr[] of size N, the task is to find the maximum index i such that arr[i] is equal to i. If there… Read More
Given an array arr[] of size N, the task is to find the maximum alternating sum of a subarray possible for a given array.  Alternating… Read More
Prerequisites: Matrix Diagonalization, Eigenvector Computation and Low-Rank Approximations Before getting in depth into the SVD, let us first briefly understand what Matrix Diagonalization technique is… Read More
Prerequisite : Log Odds, Logistic Regression  NOTE: It is advised to go through the prerequisite topics to have a clear understanding of this article.  Log… Read More
Given a Matrix, the task is to write a Python program that can sort its rows or columns on a measure of the number of… Read More