Given a linked list of 0s, 1s and 2s, sort it. Examples: Input : 2->1->2->1->1->2->0->1->0 Output : 0->0->1->1->1->1->2->2->2 The sorted Array is 0, 0, 1,… Read More
Given an array containing n numbers. The problem is to find the length of the longest contiguous subarray such that every element in the subarray… Read More
Round 1 – Total 200 students were shortlisted for online coding test. They allowed CSE, IT, ECE, EE, ME, PIE branches. There were total 4… Read More
Given a binary matrix (containing only 0 and 1) of order n×n. All rows are sorted already, We need to find the row number with… Read More
The numpy.ndarray.flat() function is used as a 1_D iterator over N-dimensional arrays. It is not a subclass of, Python’s built-in iterator object, otherwise it a numpy.flatiter… Read More
This class is serialization’s descriptor for classes. It contains the name and serialVersionUID of the class. The ObjectStreamClass for a specific class loaded in this… Read More
BootStrap articles : Introduction and Installation Grid System Buttons, Glyphicons, Tables Vertical Forms, Horizontal Forms, Inline Forms DropDowns and Responsive Tabs Progress Bar We all… Read More
Power2SME visited our campus for full-time role as well as 6-month intern role for master student. The 1st online round was hosted on mettl platform,… Read More
Given a number N, find the maximum number of unique prime factors any number can have in range [1, N].Examples: Input : N = 500… Read More
Simple interest formula is given by: Simple Interest = (P x T x R)/100 Where, P is the principal amount T is the time and… Read More
Simple interest is a quick method of calculating the interest charge on a loan. Simple interest is determined by multiplying the daily interest rate by… Read More
What is ‘Simple Interest’? Simple interest is a quick method of calculating the interest charge on a loan. Simple interest is determined by multiplying the daily… Read More
What is ‘Simple Interest’? Simple interest is a quick method of calculating the interest charge on a loan. Simple interest is determined by multiplying the daily… Read More
An array in Java is an object. Now the question how is this possible? What is the reason behind that? In Java, we can create… Read More
The process was very smooth…It started with on-line round conducted on codechef. There were a total of two questions. From our college only 2 got… Read More