All Expert Articles
In this article, we will see how we can draw line on window in PYGLET module in python. Pyglet is easy to use but powerful… Read More
Given a string S of lowercase English alphabets, the task is to find the minimum number of characters to be changed such that the left… Read More
It is very easy to give the CSS styles to HTML elements using style binding in Angular 8. Style binding is used to set a… Read More
The recruiter contacted me over LinkedIn, and sent me the link for the written test. Round 1  There is a shop with old-style cash registers.… Read More
Question 7: What is the output of the following program? A = {0, 2, 4, 6, 8};  B = {1, 2, 3, 4, 5};    … Read More
Interacting with the Internet is crucial for most apps to function. In Flutter the http package is used to send the data to the internet.… Read More
Question 15:Find the output of the following program: temp = {'GFG' : 1,          'Facebook' : 2,          'Google' : 3         }  for (key, values) in temp.items(): … Read More
Given an array arr[] consisting of N integers, the task is to find the number of subsequences which contain the maximum as well as the… Read More
Each & Everybody wants to become a Good Programmer. But what is the definition of a good programmer? One who solve each & every program… Read More
Given an N-ary tree and an integer K, the task is to print the Kth ancestors of all the nodes of the tree in level… Read More
Given two arrays coins[] and salaries[] where coins[i] represents the value of ith coin and salaries[j] represents the minimum value of the coin that jth… Read More
Google Kick Start is a Global online coding competition organized by Google for those who are interested in solving fun and challenging algorithmic problems. Here,… Read More
In this article, we will be using the marquee tag. To learn more about this tag follow this article. To add scroll text banners in… Read More
Lodash _.get() method is used to get the value at the path of the object. If the resolved value is undefined, the default value is… Read More
Find the output of the following program:  Python3 def gfg(x,l=[]):     for i in range(x):         l.append(i*i)     print(l)  gfg(3,[3,2,1]) (A) [3, 2, 1, 0, 1, 4] (B)… Read More
TOSHIBA visited our campus NIT Nagpur on 2 Sept 2020 everything happened virtually due to pandemic. The job profile is of Embedded Software Engineer. Their… Read More
Deloitte USI visited our campus to hire for the role of Business Technology Analyst. CGPA cut off was 6.5 and all branches were eligible (including… Read More
Online Test: (24 June 2020) Hosted on HackerRank platform.15 MCQ questions related to (DBMS, Data Structures, OOP)2 Coding questions  This round on HackerRank was not… Read More
Given an array arr[] consisting of N integers, the task is to find the maximum sum of an array formed by decreasing array elements by… Read More
Given an array arr[] having N integers from the range [1, N] and an integer K, the task is to find the minimum possible cost… Read More