All Hard Articles
Barclays came to campus in the last week of October for the position of Graduate Analyst and opened the position with a CGPA cutoff of… Read More
Following approaches are there to access props inside quotes in React JSX: Approach 1: We can put any JS expression inside curly braces as the… Read More
The swap() method of java.util.Collections class is used to swap the elements at the specified positions in the specified list. If the specified positions are… Read More
The LinkedHashMap is just like HashMap with an additional feature of maintaining an order of elements inserted into it. HashMap provided the advantage of quick… Read More
Flutter is a mobile development UI kit managed by Google. It is powered by dart language which is used for the Flutter framework to make… Read More
OpenCV is the Real-Time Computer Vision library which provides various real-time computer vision, video capturing, image processing, and machine learning functionalities. Using OpenCV with Visual… Read More
C++
Python is a high level and general-purpose programming language. It is widely used in a variety of fields such that it fulfills the need of… Read More
FlutterLogo widget is as simple as it sounds, it is just the flutter logo in the form of an icon. This widget also comes built-in… Read More
The NCBI provides an online search system named Entrez. This provides access to a wide range of databases of the molecular biology and it also… Read More
Oyo visits our campus on 18 December 2020 for full-time developers. There was a total of 3 rounds including the online test. Round 1: This… Read More
Prerequisites: docx Word documents contain formatted text wrapped within three object levels. The Lowest level- run objects, middle level- paragraph objects and highest level- document… Read More
Given an array arr[] of size N and an integer K (N % K = 0), the task is to split array into subarrays of… Read More
Given an array arr[] of even length N and an integer K, the task is to minimize the count of replacing array elements by an… Read More
Prerequisite: Selenium Selenium is a powerful tool for controlling web browsers through programs and performing browser automation. It is functional for all browsers, works on… Read More
Given an array arr[] consisting of N elements, the task is to find the minimum number of increments required to be performed on the given… Read More
Given a numeric string S, the task is to find the longest non-empty substring that can be made palindrome. Examples: Input: S = “3242415”Output: 5Explanation:… Read More
In this article, we are going to discuss how set Ticks and Tick labels in a graph. Ticks are the markers denoting data points on… Read More
In this article, the task is to use multiple columns in a Matplotlib legend in Python. Before starting the discussion on “Use multiple columns in… Read More