All Expert Articles
Hydrogen is the first element on the modern periodic table. It has the simplest atomic structure as compared to all other elements. In atomic form,… Read More
Given a 4 x 4 matrix, we have to interchange the elements of first and last row and show the resulting matrix. Examples :  Input… Read More
In the Number system, the real numbers can be called the sum of the rational and the irrational numbers. All arithmetic operations may be done… Read More
India is a country that is filled with various cultures, breathtaking landscapes, rich history, and various traditions and customs. A place where you will find… Read More
Given a matrix arr[][] of size M*N, where M is the number of rows and N is the number of columns. The task is to… Read More
In India, the realization of the importance of local bodies leads to two major constitutional provisions. The 73rd amendment provided a framework so as to… Read More
Round 1: The first round was an online test that was held on the Oracle Test Platform and the camera was on during the test.… Read More
Given an integer n and an array of characters S, the task is to generate Lyndon words of length n having characters from S. A… Read More
The advent of Mahatma Gandhi was an indelible landmark in the history of the national movement. He energized the national movement by resurrecting the dormant… Read More
Parallel lines are those lines that lie on the same plane and are always equidistant from each other. Parallel lines are non-intersecting lines, parallel lines… Read More
UML (Unified Modeling Language) Diagrams are very important in the field of software engineering. It allows us to visualize and analyze systems. It is efficient… Read More
In this article, we’ll look at how to find the index of an item in a list using an attribute in Python. We’ll use the… Read More
In this article, we are going to see some basics of ANN and a simple implementation of an artificial neural network. Tensorflow is a powerful… Read More
In this article, we will see how to export different DataFrames to different excel sheets using python. Pandas provide a function called xlsxwriter for this… Read More
In time series, data consistency is of prime importance, resampling ensures that the data is distributed with a consistent frequency. Resampling can also provide a… Read More
In this article, we will discuss how to filter a python list by using predicate. Filter function is used to filter the elements in the… Read More
N-Base modified Binary Search is an algorithm based on number bases that can be used to find an element in a sorted array arr[]. This… Read More
AWS or Amazon web services is a cloud service platform that provides on-demand computational services, databases, storage space, and many more services. EC2 or Elastic… Read More
A Deadlock is a situation where a set of processes are blocked because each process is holding a resource and waiting for another resource occupied… Read More