Given an array of integers, return all possible subsets of length n.
Software Intern Interview Questions
17,767 software intern interview questions shared by candidates
How to traverse to the middle of a Linked list ?
Explain any Sorting algorithm you want
difference in architecture between GPU and CPU
filtering in Texture mapping
Given a string of type “(({X}({Y})))(Z)”, determine the max depth of nested parentheses in the string. Answer is in this case 4. Parentheses without variables in them do not count.
Three-sum: given a list of sorted numbers, find the three numbers that sum to the target number
Implement a non-blocking API that wraps around a blocking API.
Find the first non repeating character from a string
https://leetcode.com/problems/two-sum/ and some same level and hard DSA questions
Viewing 1611 - 1620 interview questions