geeksforgeeks
Data Structure
Java
Python
HTML
Interview Preparation
  • Interview Prep
  • Tutorials
  • Tracks
  • DSA
  • Practice Problems
  • C
  • C++
  • Java
  • Python
  • JavaScript
  • Data Science
  • Machine Learning
  • Courses
  • Linux
  • DevOps
Minimum increment operations to make the array in increasing orderGiven an array of size N and X. Find minimum moves required to make the array in increasing order. In each move one can add X to any element in the array.Examples:Input : ... Read More
DSA
Product of all leaf nodes of binary treeGiven a binary tree, find the product of all the leaf nodes.Examples:Input : 1 / \ 2 3 / \ / \ 4 5 6 7 \ 8Output :prod... Read More
TreeTechnical ScripterPython-QuizzesTechnical Scripter 2018DSAtree-traversal
Find if an undirected graph contains an independent set of a given sizeGiven an undirected graph, check if it contains an independent set of size k. Print 'Yes' if there exists an independent set of size k. Print 'No' otherwise.Independent Se... Read More
PickedTechnical Scripter 2018DSA
Sum of all odd frequency elements in an arrayGiven an array of integers containing duplicate elements. The task is to find the sum of all odd occurring elements in the given array. That is the sum of all such element... Read More
MiscHashDSAArrayscpp-unordered_mapfrequency-counting
Sum of all minimum occurring elements in an ArrayGiven an array of integers containing duplicate elements. The task is to find the sum of all least occurring elements in the given array. That is the sum of all such eleme... Read More
MiscHashDSAArrayscpp-unordered_mapfrequency-counting
Sum of all even occurring element in an arrayGiven an array of integers containing duplicate elements. The task is to find the sum of all even occurring elements in the given array. That is the sum of all such elemen... Read More
MiscHashDSAArrayscpp-unordered_mapfrequency-counting
Find the sum of all highest occurring elements in an ArrayGiven an array of integers containing duplicate elements. The task is to find the sum of all highest occurring elements in the given array. That is the sum of all such ele... Read More
MiscHashDSAArrayscpp-unordered_mapfrequency-counting
Check if a pair with given absolute difference exists in a MatrixGiven an N×M matrix and a difference K. The task is to check if a pair with the given absolute difference exists in the matrix or not.Examples:Input: mat[N][M] = {{1, 2, 3... Read More
MiscSearchingHashMatrixDSAcpp-unordered_set
Check if a pair with given product exists in a MatrixGiven an NxM matrix and a product K. The task is to check if a pair with the given product exists in the matrix or not.Examples:Input: mat[N][M] = {{1, 2, 3, 4}, ... Read More
MiscHashMatrixDSAcpp-unordered_set
Pair with given sum in matrixGiven a NxM matrix and a sum S. The task is to check if a pair with given Sum exists in the matrix or not.Examples:Input: mat[N][M] = {{1, 2, 3, 4}, {5, 6, ... Read More
MiscHashMatrixDSAcpp-unordered_set
Print N lines of 4 numbers such that every pair among 4 numbers has a GCD KGiven N and K, the task is to print N lines where each line contains 4 numbers such that every among those 4 numbers has a GCD K and the maximum number used in N*4 should ... Read More
DSAGCD-LCM
Maximize the number of subarrays with XOR as zeroGiven an array of N numbers. The task is to maximize the number of subarrays with XOR value zero by swapping the bits of an array element of any given subarray any number ... Read More
DSABitwise-XORsubarray
Droom Technology Internship Interview ExperienceDroom Technology visited our campus recently and I bagged an internship opportunity there.First Round: The first round was a written test consisting of 20 MCQs divided bet... Read More
Interview ExperiencesTechnical ScripterInternshipTechnical Scripter 2018Experiences
Goldman Sachs Interview Experience (On-campus for Summer Internship)Hackerrank Test (90 Minutes):They had eligibility criteria of 8 pointers. There were 2 coding questions (15 + 35 Marks) and 5 Computer Science questions (50 Marks). 10 out... Read More
Interview ExperiencesInternshipExperiences
Linux | NmonNmon is a fully interactive performance monitoring command-line utility tool for Linux. It is a benchmark tool that displays performance about the CPU, MEMORY, NETWORK, DI... Read More
Linux-UnixTechnical Scripter 2018linux-command
1

...

107601076110762

...

12073
GeeksforGeeks
location
Corporate & Communications Address:
A-143, 7th Floor, Sovereign Corporate Tower, Sector- 136, Noida, Uttar Pradesh (201305)
location
Registered Address:
K 061, Tower K, Gulshan Vivante Apartment, Sector 137, Noida, Gautam Buddh Nagar, Uttar Pradesh, 201305
GFG App on Play StoreGFG App on App Store
  • Company
  • About Us
  • Legal
  • Privacy Policy
  • Contact Us
  • Advertise with us
  • GFG Corporate Solution
  • Campus Training Program
  • Explore
  • POTD
  • Job-A-Thon
  • Blogs
  • Nation Skill Up
  • Tutorials
  • Programming Languages
  • DSA
  • Web Technology
  • AI, ML & Data Science
  • DevOps
  • CS Core Subjects
  • Interview Preparation
  • Software and Tools
  • Courses
  • ML and Data Science
  • DSA and Placements
  • Web Development
  • Programming Languages
  • DevOps & Cloud
  • GATE
  • Trending Technologies
  • Videos
  • DSA
  • Python
  • Java
  • C++
  • Web Development
  • Data Science
  • CS Subjects
  • Preparation Corner
  • Interview Corner
  • Aptitude
  • Puzzles
  • GfG 160
  • System Design
@GeeksforGeeks, Sanchhaya Education Private Limited, All rights reserved