All Easy Articles
Given a text file. The task is to reverse as well as stores the content from an input file to an output file. This reversing can… Read More
Given two integers a and b. The task is to concatenate these two integers into one integer. Examples: Input : a = 806, b = 91… Read More
Given a binary tree, the task is to find the sum of all the nodes whose parent is even.Examples:  Input: 1 / \ 3 8… Read More
Given an integer N, the task is to find the number of trailing zeros in the decimal notation of f(N) where f(N) = 1 if… Read More
Keeping the computer on 24/7 is not practical, so if you want to execute a Python script at a particular time every day, you probably… Read More
Given an array of n non-consecutive integers and Q queries, the task is to check whether for the given range l and r, the elements… Read More
In name mangling process any identifier with two leading underscore and one trailing underscore is textually replaced with _classname__identifier where classname is the name of… Read More
Paging is the process in which we convert the entire process into equal-sized pages. Each page further consists of a fixed number of words (if… Read More
Distributed System is a collection of computers connected via a high-speed communication network. In the distributed system, the hardware and software components communicate and coordinate… Read More
Method Chaining is the practice of calling different methods in a single line instead of calling other methods with the same object reference separately. Under… Read More
Here’s some points from interview experience of IIM Ahmedabad. Every MBA aspirant has dreamed of getting into IIM Ahmedabad. Here’s story for one friend of… Read More
In today’s digital age, learning programming has become increasingly important. As technology continues to advance, the demand for skilled programmers across various industries is on… Read More
Django is a Python-based web framework which allows you to quickly create web application without all of the installation or dependency problems that you normally… Read More
Prerequisites: Python GUI – tkinterPython offers multiple options for developing a GUI (Graphical User Interface). Out of all the GUI methods, Tkinter is the most… Read More
Introduction : The find-S algorithm is a basic concept learning algorithm in machine learning. The find-S algorithm finds the most specific hypothesis that fits all the… Read More
If you don’t know precisely what Node.js is and you’re here to learn about new things in Node.js. Let’s start with a brief introduction to… Read More
Given an array arr[] consisting of even integers. At each move, you can select any even number X from the array and divide all the… Read More
Delete View refers to a view (logic) to delete a particular instance of a table from the database. It is used to delete entries in… Read More
What is Penetration Testing? Penetration Testing has been evolving throughout the year with a robust increase in highly sophisticated attacks. Every organization is now aware… Read More
Recent years have seen tremendous progress in the field of Image Processing and Recognition. Deep Neural Networks are becoming deeper and more complex. It has… Read More