All Easy Articles
Algorithms play a crucial role in computing by providing a set of instructions for a computer to perform a specific task. They are used to… Read More
The Imagick::affineTransformImage() function is an inbuilt function in PHP which is used to transform an image as dictated by the affine matrix. Syntax: bool Imagick::affineTransformImage(… Read More
With the growth of AI and Machine Learning, the power of face recognition is increasing day by day. It has a lot of applications one… Read More
Given an array arr[] of N elements. The task is to find the count of positive integers that divide all the array elements. Examples:  Input:… Read More
Given a maze with obstacles, count number of paths to reach rightmost-bottom most cell from the topmost-leftmost cell. A cell in the given maze has… Read More
Recently, Samsung Bangalore visited our college campus for the profile of Network Engineer. Round 1: Online coding round The very first round consisted of 1… Read More
Campus: NIT Raipur Round 1: Online Coding Round You’ll be given a grid as below: 0 1 0 2 0 --> Non highlighted part 0… Read More
XGBoost, short for eXtreme Gradient Boosting, is a powerful machine learning algorithm known for its efficiency, speed, and accuracy. It belongs to the family of… Read More
Round 1: Online Coding Test There were 3 coding questions (120 marks) Find the count of digits(0-9) and alphabets(A-Z & a-z) in the given String.(20… Read More
In Go language, strings are different from other languages like Java, C++, Python, etc. It is a sequence of variable-width characters where each and every… Read More
Python is a dynamically typed language, which means you never have to explicitly indicate what kind of variable it is. But in some cases, dynamic… Read More
Societe Generale was one of the first few companies that visited our campus, students from various streams were eligible for the First Round. Around 300… Read More
Round 1: Online Round on InterviewBit platform. (2 hour) This round was having 20 MCQs and 2 coding questions. If you’re preparing for OYO Campus… Read More
Artificial Intelligence has dramatically improved our world in ways unimaginable, but there are many concerns regarding the impact it can have on employment and the… Read More
Design Patterns….??? I think you have heard this name before in programming… Yes, you might have heard this name before in programming if you are a… Read More
Ever heard of Facebook? Well, unless you have been living under a rock this past decade, I’m sure you have. And in case you haven’t,… Read More
A set of decent tools is an essential for any being efficient at anything. Usually tools are limited and have a well defined role and… Read More
Given a Binary Tree, print Bottom-Right view of it. The Bottom Right view of a Binary Tree is a set of nodes visible when the… Read More
Given N‘, the number of non-parallel lines. The task is to find the maximum number of regions in which these lines can divide a plane.Examples:  … Read More
Given 21 Matchsticks and 2 users, A and B (computer and user respectively). Users can pick matchsticks not more than four at a time. The… Read More