All Easy Articles
An index is a disk-based structure linked to a table or view that facilitates quicker row retrieval. A table or view’s table or view’s columns… Read More
Selenium’s Python Module is built to perform automated testing with Python. Selenium Python bindings provides a simple API to write functional/acceptance tests using Selenium WebDriver.… Read More
Classes and Objects are basic concepts of Object-Oriented Programming that revolve around the real-life entities. Everything in R is an object. An object is simply… Read More
Given an array arr[] containing N elements, the task is to check if the sum of Fibonacci elements of the array is a fibonacci number… Read More
Given an array arr[] containing N elements, the task is to find the GCD of the elements which have frequency count which is a Fibonacci… Read More
Given a Binary Tree, the task is to count the nodes whose immediate children are co-prime.  Examples:  Input: 1 / \ 15 5 / \… Read More
Given a number N, the task is to print the first N terms of the series:  Examples:   Input: N = 7 Output: 1, 9, 17, 33,… Read More
Given an array arr[] of size N and a number K. The task is to print the array arr[] after K operations such that at… Read More
Given a number N, the task is to find the sum of the below series till N terms.  Examples:   Input: N = 10 Output: 2.133256 Explanation: The sum… Read More
Given a 2D array arr[][] of size M x N integers where M is the number of rows and N is the number of columns.… Read More
Given a Binary Tree, the task is to print the count of nodes whose immediate children are its factors.  Examples:   Input: 1 / \ 15… Read More
In this article we will see how we can get the person name from the searched list of name, we use search_name method to find… Read More
Structural Query Language (SQL) is a powerful and widely used programming language designed for managing and manipulating relational databases. It was first developed in the… Read More
TCL stands for Transaction Control Languages. These commands are used for maintaining consistency of the database and for the management of transactions made by the… Read More
Given N as the number of digits, the task is to find all the Autobiographical Numbers whose length is equal to N.   An autobiographical number… Read More
With the help of fileinput.input() method, we can get the file as input and can be used to update and append the data in the… Read More
Given an integer N, the task is to find the Nth pure number.   A pure number has to satisfy three conditions: 1) It has an even… Read More
Given an integer N greater than 0, the task is to find the occurrence of digit K present in the given number N. Examples:  Input:… Read More
In July 2019, Keysight Technologies(previously known as IXIA) came to Techno International Newtown for their On-campus drive for the whole Techno India Group Colleges. Post:… Read More