All Easy Articles
PIL is the Python Imaging Library which provides the python interpreter with image editing capabilities. The ImageDraw module provide simple 2D graphics for Image objects.… Read More
Prerequisite – Pattern Recognition | Introduction Pattern Recognition System Pattern is everything around in this digital world. A pattern can either be seen physically or… Read More
Round 1: It was a 3 Hour Coding Test in which you need to solve a single Coding Question in C, C++ or Java. The… Read More
Given an integer N. The task is to find the next prime number i.e. the smallest prime number greater than N. Examples:  Input: N =… Read More
Siemens Healthineers visited our campus to offer internship and full time role for the post Graduate Engineer Trainee on 21st August 2019. Round 1: This round… Read More
Sometimes, while working with Python list we can have problems in which we need to perform grouping. There can be a particular problem in which… Read More
Vernam Cipher is a method of encrypting alphabetic text. It is one of the Substitution techniques for converting plain text into cipher text. In this… Read More
Given a string of balanced expressions, find if it contains a redundant parenthesis or not. A set of parenthesis is redundant if the same sub-expression… Read More
The Go language reserve two functions for special purpose and the functions are main() and init() function. main() function In Go language, the main package… Read More
TOTAL ROUNDS : 3 Round 1: ONLINE EXAM Consisted of 3 sections. section 1 :  Aptitude(15 mcqs ) 20 minutes time limit section 2 :… Read More
In Go language, a map is a powerful, ingenious, and versatile data structure. Golang Maps is a collection of unordered pairs of key-value. It is… Read More
In C#, RichTextBox control is a textbox which gives you rich text editing controls and advanced formatting features also includes a loading rich text format… Read More
Given an array arr[] of N integers, the task is to swap the first and the last element then the third and the third last… Read More
Six Sigma is the process of producing high and improved quality output. This can be done in two phases – identification and elimination. The cause… Read More
There are many characteristics of Cloud Computing here are few of them : On-demand self-services: The Cloud computing services does not require any human administrators,… Read More
The navigation bar color can be changed in Bootstrap using 2 methods:Method 1: Using the inbuilt color classesChanging the text colorThe text color of the… Read More
Game Development: The article “Do you want to make your own games?” introducing the basic concept of game development. As mentioned in the article, Unity… Read More
AngularJS Factory Method makes the development process of AngularJS applications more robust. A factory is a simple function that allows us to add some logic… Read More
In Windows Forms, the DateTimePicker control is used to select and display the date/time with a specific format in your form. The FlowLayoutPanel class is… Read More
Given a string str that contains a ternary expression which may be nested. The task is to convert the given ternary expression to a binary… Read More