Explain any Sorting algorithm you want
Intern Software Interview Questions
17,721 intern software interview questions shared by candidates
Get k nearest coordinates to the origin given a list of n coordinates.
How to calculate node depths on a binary tree?
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
Write a program to print fibonacci series
Given a bipartite graph, separate the vertices into two sets.
check palindrome, print subsets, multiply numbers in string.
Given an array of integers, return all possible subsets of length n.
https://leetcode.com/problems/two-sum/ and some same level and hard DSA questions
Viewing 1641 - 1650 interview questions