All Easy Articles
Given a string consisting of characters a and b, check if the string starts and ends with the same character or not. If it does,… Read More
Prerequisites: Python Programming Language Python is a high-level widely used general-purpose language. Python can be used for many tasks such as web development, machine learning,… Read More
Prerequisite: Arrays in C Jagged array is array of arrays such that member arrays can be of different sizes, i.e., we can create a 2-D… Read More
The Android kernel helps the applications to communicate with the hardware components of the device. For example: Most of us are familiar with game mode.… Read More
Phishing is the technique to create a similar type of web page to the existing web page. Phishing is a type of attack where the… Read More
Light-on-dark color scheme, also called dark mode, is a supplemental mode that uses a color scheme in which the content of a webpage is displayed… Read More
Node.js uses events module to create and handle custom events. The EventEmitter class can be used to create and handle custom events module. The syntax… Read More
Software Design Patterns… Software design pattern is a general, reusable solution to a commonly occurring problem within a given context in software design. This is… Read More
OpenCV (Open source computer vision) is a library of programming functions mainly aimed at real-time computer vision. OpenCV in python helps to process an image… Read More
Python, being a very dynamic and versatile programming language, is used in almost every field. From software development to machine learning, it covers them all.… Read More
A Min-Heap is a complete binary tree in which the value in each internal node is smaller than or equal to the values in the… Read More
Prerequisite: Deterministic Finite Automata Given a string, str consists of characters ‘a’ & ‘b’. The task is to check whether string str starts and ends with… Read More
Given a number N, the task is to convert every digit of the number into words. Examples:  Input: N = 1234 Output: One Two Three Four Explanation: Every… Read More
Prerequisite: Graph and its representations Given a adjacency matrix representation of a Graph. The task is to convert the given Adjacency Matrix to Adjacency List representation. Examples:… Read More
Recently FinIQ Consulting Pvt. Ltd. visited our K.K.Wagh Institute of Engineering campus at Nashik for the internship recruitment. I would like to share the whole… Read More
Given an array arr[] of N integers, the task is to find the count of all the subsequences of the array that have a negative… Read More
Round 1: Aptitude + Reasoning +Coding I cleared the first round of LG soft, it was easy compare to other Companies . They usually take… Read More
Given an array arr[] of integers, the task is to remove duplicates from the given array.  Examples:  Input: arr[] = {1, 2, 3, 2, 5,… Read More
How did you feel when you created your first login form on a web page after so many trials and tested templates (don’t say that… Read More
Python is a high-level, interpreted programming language that has easy syntax. Python codes are compiled line-by-line which makes the debugging of errors much easier and… Read More