All Easy Articles
Given a list of elements, find its negative index in the List. Input : test_list = [5, 7, 8, 2, 3, 5, 1], K =… Read More
Given a Tuple List, perform sort on basis of total digits in tuple. Examples: Input : test_list = [(3, 4, 6, 723), (1, 2), (134,… Read More
Given a Binary Tree, the task is to check if the binary tree is an Even-Odd binary tree or not.  A Binary Tree is called… Read More
Given an array of strings Q[], consisting of queries of the following types: “WRITE X”: Write a character X into the document. “UNDO”: Erases the… Read More
Airtel Xlabs came to our campus to hire for the position of Engineering leads at Airtel. The CGPA cutoff for the online test is above… Read More
Given an array arr[], consisting of N integers in the range [0, 9], the task is to find a subarray of length K from which… Read More
Given an integer, P denoting the number of chocolates and an array a[] where ai denotes the type of ith chocolate. There are N people… Read More
Given two integers X and Y, the task is to find the length of the smallest sequence consisting of positive integers having sum X and… Read More
Jarvis Patrick Clustering Algorithm is a graph-based clustering technique, that replaces the vicinity between two points with the SNN similarity, which is calculated as described… Read More
In this article, we will learn how to convert multiple JSON files to CSV file in Python. Before that just recall some terms : JSON… Read More
Given a String, Test if it contains any uppercase character. Input : test_str = 'geeksforgeeks'  Output : False  Explanation : No uppercase character in String.… Read More
Prerequisite: chr() The following methods explain how a python list with alphabets in lexical(alphabetic) order can be generated dynamically using chr() method. Approach: The core… Read More
Given a String, access element at Kth index. Input : test_str = ‘geeksforgeeks’, K = 4 Output : s Explanation : s is 4th element  Input :… Read More
Longitudinal Redundancy Check (LRC) is also known as 2-D parity check. In this method, data which the user want to send is organised into tables… Read More
Arthur Samuel, a pioneer in the field of artificial intelligence and computer gaming, coined the term “Machine Learning”. He defined machine learning as – “Field… Read More
Technology is growing at a tremendous rate. And all companies are in a race to adapt to these technological innovations or risk becoming obsolete in… Read More
Ethics can generally be described as your sense of right and wrong or good and bad. Ethics can give real guidance o your life. It’s… Read More
CONCAT() function in MySQL is used to concatenating the given arguments. It may have one or more arguments. If all arguments are nonbinary strings, the… Read More
In Algebra a term is either a single number or variable or numbers and variables multiplied together. Terms are separated by + or − signs,… Read More
Prerequisite – Measures of Distance in Data Mining In Data Mining, similarity measure refers to distance with dimensions representing features of the data object, in… Read More